okunishinishi/node-pathtree

View on GitHub
lib/_node_strings.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _nodeStrings has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function _nodeStrings (data, name) {
  let keys = Object.keys(data)
  if (keys.length) {
    let lines = []
    if (name) {
Severity: Minor
Found in lib/_node_strings.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status