padraigfl/packard-belle

View on GitHub
src/components/StandardMenu/withMenuWrapper.js

Summary

Maintainability
C
7 hrs
Test Coverage

Function withContextLogic has 99 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const withContextLogic = ContextButton => {
  return class StandardMenuSimple extends Component {
    static defaultProps = {
      value: [],
    };
Severity: Major
Found in src/components/StandardMenu/withMenuWrapper.js - About 3 hrs to fix

    Function withContextLogic has a Cognitive Complexity of 22 (exceeds 5 allowed). Consider refactoring.
    Open

    const withContextLogic = ContextButton => {
      return class StandardMenuSimple extends Component {
        static defaultProps = {
          value: [],
        };
    Severity: Minor
    Found in src/components/StandardMenu/withMenuWrapper.js - About 3 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

    Definition for rule 'jest/no-focused-tests' was not found
    Open

    import React, { Component } from 'react';

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

    Definition for rule 'jest/no-identical-title' was not found
    Open

    import React, { Component } from 'react';

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

    Definition for rule 'jest/valid-expect' was not found
    Open

    import React, { Component } from 'react';

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

    Definition for rule 'jest/no-disabled-tests' was not found
    Open

    import React, { Component } from 'react';

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

    There are no issues that match your filters.

    Category
    Status