jridgewell/minionette

View on GitHub

Showing 6 of 36 total issues

Function Minionette has 268 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var Minionette = (function(_, Backbone) {

    // Define and export the Minionette namespace
    var Minionette = Backbone.Minionette = {};

Severity: Major
Found in lib/minionette.js - About 1 day to fix

    Function Minionette has a Cognitive Complexity of 39 (exceeds 5 allowed). Consider refactoring.
    Open

    var Minionette = (function(_, Backbone) {
    
        // Define and export the Minionette namespace
        var Minionette = Backbone.Minionette = {};
    
    
    Severity: Minor
    Found in lib/minionette.js - About 5 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

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

    module.exports = function(grunt) {
    
        // Load grunt tasks
        require('load-grunt-tasks')(grunt);
    
    
    Severity: Major
    Found in Gruntfile.js - About 3 hrs to fix

      File minionette.js has 271 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      'use strict';
      var Minionette = (function(_, Backbone) {
      
          // Define and export the Minionette namespace
          var Minionette = Backbone.Minionette = {};
      Severity: Minor
      Found in lib/minionette.js - About 2 hrs to fix

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

        module.exports = function(config) {
            config.set({
                // base path, that will be used to resolve files and exclude
                basePath: '',
        
        
        Severity: Minor
        Found in karma.conf.js - About 1 hr to fix

          Function attempt has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
          Open

          function attempt(obj, property, args) {
              // Return undefined unless obj
              // is not null or undefined
              if (obj == null) { return void 0; }
              var prop = obj[property];
          Severity: Minor
          Found in src/attempt.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

          Severity
          Category
          Status
          Source
          Language