tunnckoCore/gibon

View on GitHub
@tunnckocore/utils/src/index.js

Summary

Maintainability
C
1 day
Test Coverage

Function testCoverage has 86 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function testCoverage(rootDir, testCovPath) {
  const {
    packageJsonPath,
    packageJson: pkg,
    isMonorepo: isMono,
Severity: Major
Found in @tunnckocore/utils/src/index.js - About 3 hrs to fix

    Function createAliases has 51 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function createAliases(cwd, sourceDirectory) {
      /* istanbul ignore next */
      const CWD = cwd || process.cwd();
      const result = getWorkspacesAndExtensions(CWD);
    
    
    Severity: Major
    Found in @tunnckocore/utils/src/index.js - About 2 hrs to fix

      Function getWorkspacesAndExtensions has 38 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      function getWorkspacesAndExtensions(rootDir) {
        /* istanbul ignore next */
        const cwd = rootDir || process.cwd();
        const fromRoot = (...x) => path.resolve(cwd, ...x);
        const packageJsonPath = fromRoot('package.json');
      Severity: Minor
      Found in @tunnckocore/utils/src/index.js - About 1 hr to fix

        Function jestCov has 28 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            .reduce((acc, file) => {
              let value = files[file];
        
              const [monoDir, ws, folderName] = file.split('/');
        
        
        Severity: Minor
        Found in @tunnckocore/utils/src/index.js - About 1 hr to fix

          Function testCoverage has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
          Open

          function testCoverage(rootDir, testCovPath) {
            const {
              packageJsonPath,
              packageJson: pkg,
              isMonorepo: isMono,
          Severity: Minor
          Found in @tunnckocore/utils/src/index.js - About 55 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 '99CC09';
          Severity: Major
          Found in @tunnckocore/utils/src/index.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

              return 'green';
            Severity: Major
            Found in @tunnckocore/utils/src/index.js - About 30 mins to fix

              There are no issues that match your filters.

              Category
              Status