testmycode/tmc-server

View on GitHub
doc/usermanual/js/toc.js

Summary

Maintainability
A
1 hr
Test Coverage

Function makeToc has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function makeToc($targetElement) {
  function makeId(text) {
      return text.replace(/[^_a-zA-Z0-9]+/ig, '_').toLowerCase();
  }

Severity: Minor
Found in doc/usermanual/js/toc.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status