Hypercubed/autocmdr

View on GitHub

Showing 6 of 9 total issues

Function exports has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
Open

module.exports = function (program, opts) {
  'use strict';

  opts = opts || {};
  opts.name = opts.name || program._name || require('path').basename(process.mainModule.filename);
Severity: Minor
Found in lib/loader.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

Function exports has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function (program) {
  'use strict';

  function _render (src, dst, context, done) {
    done = done || function (err) {
Severity: Minor
Found in lib/render.js - About 1 hr to fix

    Function exports has 32 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    module.exports = function (program, opts) {
      'use strict';
    
      opts = opts || {};
      opts.name = opts.name || program._name || require('path').basename(process.mainModule.filename);
    Severity: Minor
    Found in lib/loader.js - About 1 hr to fix

      Function exports has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
      Open

      module.exports = function (program, opts) {
        'use strict';
      
        opts = opts || {};
        opts.name = opts.name || program._name || path.basename(process.mainModule.filename);
      Severity: Minor
      Found in lib/config.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

      Function exports has 30 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      module.exports = function (program, opts) {
        'use strict';
      
        opts = opts || {};
        opts.name = opts.name || program._name || path.basename(process.mainModule.filename);
      Severity: Minor
      Found in lib/config.js - About 1 hr to fix

        Function _render has 30 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

          function _render (src, dst, context, done) {
            done = done || function (err) {
              if (err) {
                program.log.error(err);
              }
        Severity: Minor
        Found in lib/render.js - About 1 hr to fix
          Severity
          Category
          Status
          Source
          Language