fvanwijk/jasmine-mox-matchers

View on GitHub
src/jasmine-mox-matchers.js

Summary

Maintainability
A
0 mins
Test Coverage

Function createPromiseWith has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
Wontfix

function createPromiseWith(actual, expected, verb) {
  assertPromise(actual);
  const success = jasmine.createSpy('Promise success callback');
  const failure = jasmine.createSpy('Promise failure callback');

Severity: Minor
Found in src/jasmine-mox-matchers.js - About 1 hr 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

Insert ,
Open

    }
Severity: Minor
Found in src/jasmine-mox-matchers.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ,
Open

    }
Severity: Minor
Found in src/jasmine-mox-matchers.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ·
Open

  return function() {
Severity: Minor
Found in src/jasmine-mox-matchers.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ,
Open

    }
Severity: Minor
Found in src/jasmine-mox-matchers.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ,
Open

    }
Severity: Minor
Found in src/jasmine-mox-matchers.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ,
Open

  toContainIsolateScope
Severity: Minor
Found in src/jasmine-mox-matchers.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ,
Open

    message: formattedMessage.replace(' {not}', pass ? ' not' : '')
Severity: Minor
Found in src/jasmine-mox-matchers.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ·
Open

beforeEach(function() {
Severity: Minor
Found in src/jasmine-mox-matchers.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ,
Open

    }
Severity: Minor
Found in src/jasmine-mox-matchers.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ,
Open

  v2: matchers
Severity: Minor
Found in src/jasmine-mox-matchers.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ,
Open

    }
Severity: Minor
Found in src/jasmine-mox-matchers.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ·
Open

      return function(...args) {
Severity: Minor
Found in src/jasmine-mox-matchers.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ,
Open

    }
Severity: Minor
Found in src/jasmine-mox-matchers.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

There are no issues that match your filters.

Category
Status