knsv/mermaid

View on GitHub
packages/mermaid/src/dagre-wrapper/createLabel.js

Summary

Maintainability
A
1 hr
Test Coverage

Function createLabel has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const createLabel = (_vertexText, style, isTitle, isNode) => {
  let vertexText = _vertexText || '';
  if (typeof vertexText === 'object') {
    vertexText = vertexText[0];
  }
Severity: Minor
Found in packages/mermaid/src/dagre-wrapper/createLabel.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status