tools/doc/html.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function parseLists has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function parseLists(input) {
  var state = null;
  var depth = 0;
  var output = [];
  output.links = input.links;
Severity: Major
Found in tools/doc/html.js - About 2 hrs to fix

    Avoid too many return statements within this function.
    Open

            return;
    Severity: Major
    Found in tools/doc/html.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

              return;
      Severity: Major
      Found in tools/doc/html.js - About 30 mins to fix

        There are no issues that match your filters.

        Category
        Status