SimpliField/httptables

View on GitHub

Showing 6 of 6 total issues

Function HTTPTables has a Cognitive Complexity of 50 (exceeds 5 allowed). Consider refactoring.
Open

function HTTPTables(options) {

  function isPolicySupported(policy) {
    function compareToProviedPolicies(policyToCompare) {
      return HTTPTables.policies[policyToCompare] === policy;
Severity: Minor
Found in lib/httptables.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 HTTPTables has 99 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function HTTPTables(options) {

  function isPolicySupported(policy) {
    function compareToProviedPolicies(policyToCompare) {
      return HTTPTables.policies[policyToCompare] === policy;
Severity: Major
Found in lib/httptables.js - About 3 hrs to fix

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

      httpTables.prototype.check = function check(compareTo, value) {
        var _this = this;
        if(value === null || value === undefined) {
          debug('Provided header value is null or undefined');
          return false;
    Severity: Minor
    Found in lib/httptables.js - About 1 hr to fix

      Avoid too many return statements within this function.
      Open

            return (compareTo === value);
      Severity: Major
      Found in lib/httptables.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

              return compareTo;
        Severity: Major
        Found in lib/httptables.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                return _this.check(compareTo.instruction.apply(null, compareTo.args || []), value);
          Severity: Major
          Found in lib/httptables.js - About 30 mins to fix
            Severity
            Category
            Status
            Source
            Language