Fannon/semlog

View on GitHub
doc/assets/anchor.js

Summary

Maintainability
D
2 days
Test Coverage

Function AnchorJS has a Cognitive Complexity of 49 (exceeds 5 allowed). Consider refactoring.
Open

function AnchorJS(options) {
  'use strict';

  this.options = options || {};

Severity: Minor
Found in doc/assets/anchor.js - About 7 hrs to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function AnchorJS has 142 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function AnchorJS(options) {
  'use strict';

  this.options = options || {};

Severity: Major
Found in doc/assets/anchor.js - About 5 hrs to fix

    Function add has 79 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      this.add = function(selector) {
        var elements,
            elsWithIds,
            idList,
            elementID,
    Severity: Major
    Found in doc/assets/anchor.js - About 3 hrs to fix

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

        this._addBaselineStyles = function() {
          // We don't want to add global baseline styles if they've been added before.
          if (document.head.querySelector('style.anchorjs') !== null) {
            return;
          }
      Severity: Minor
      Found in doc/assets/anchor.js - About 1 hr to fix

        There are no issues that match your filters.

        Category
        Status