twada/espower

View on GitHub

Showing 30 of 47 total issues

Function findEspathOfAncestorNode has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

const findEspathOfAncestorNode = (targetNode, controller) => {
  // iterate child to root
  let child, parent;
  const path = controller.path();
  const parents = controller.parents();
Severity: Minor
Found in lib/create-node.js - About 35 mins 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

Avoid too many return statements within this function.
Open

      return this.objectExpression(props);
Severity: Major
Found in lib/create-node-with-loc.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

          return result;
    Severity: Major
    Found in lib/create-node-with-loc.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

                  return assertionVisitor.leaveArgument(controller);
      Severity: Major
      Found in lib/instrumentor.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

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

          Avoid too many return statements within this function.
          Open

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

            Avoid too many return statements within this function.
            Open

                        return assertionVisitor.captureNode(controller);
            Severity: Major
            Found in lib/instrumentor.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

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

                Function appendMessage has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                  appendMessage (controller) {
                    const currentNode = controller.current();
                    if (this.messageUpdated) {
                      // AssertionMessage is already merged with existing message argument
                      return currentNode;
                Severity: Minor
                Found in lib/assertion-visitor.js - About 25 mins 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 leave has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                  leave (controller) {
                    const currentNode = controller.current();
                    const shouldCaptureValue = toBeCaptured(controller);
                    const pathToBeCaptured = shouldCaptureValue ? controller.path() : null;
                    const shouldCaptureArgument = this.isArgumentModified() || shouldCaptureValue;
                Severity: Minor
                Found in lib/argument-modification.js - About 25 mins 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

                Severity
                Category
                Status
                Source
                Language