rootslab/spade

View on GitHub

Showing 11 of 20 total issues

Function Spade has a Cognitive Complexity of 127 (exceeds 5 allowed). Consider refactoring.
Open

exports.Spade = ( function () {
    var emitter = require( 'events' ).EventEmitter
        , util = require( 'util' )
        , Bolgia = require( 'bolgia' )
        , Cocker = require( 'cocker' )
Severity: Minor
Found in lib/spade.js - About 2 days 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 Spade has 348 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.Spade = ( function () {
    var emitter = require( 'events' ).EventEmitter
        , util = require( 'util' )
        , Bolgia = require( 'bolgia' )
        , Cocker = require( 'cocker' )
Severity: Major
Found in lib/spade.js - About 1 day to fix

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

    module.exports = function ( client ) {
    
        var Bolgia = require( 'bolgia' )
            , clone = Bolgia.clone
            , improve = Bolgia.improve
    Severity: Minor
    Found in lib/iterators/scan.js - About 1 day 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 Spade has 202 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            , Spade = function ( opt ) {
                var me = this
                    , is = me instanceof Spade
                    ;
                if ( ! is ) return new Spade( opt );
    Severity: Major
    Found in lib/spade.js - About 1 day to fix

      File spade.js has 350 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      /*
       * ♠ Spade, a robust, full-featured, multi-modular Redis client, with offline queue
       * for commands, automatic socket reconnection and command rollback mechanism
       * for subscriptions, moreover, it supports caching for LUA scripts.
       *
      Severity: Minor
      Found in lib/spade.js - About 4 hrs to fix

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

        module.exports = function ( client ) {
        
            var Bolgia = require( 'bolgia' )
                , clone = Bolgia.clone
                , improve = Bolgia.improve
        Severity: Major
        Found in lib/iterators/scan.js - About 3 hrs to fix

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

          module.exports = function ( client ) {
          
              var abs = Math.abs
                  , emptyFn = function () {}
                  , qq = client.qq
          Severity: Minor
          Found in lib/tasks/connection.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

          Function scankeys has 73 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

                  , scankeys = function ( cname ) {
                      var sscanFn = function ( key, cursor, opt, cback ) {
                              var options = improve( clone( opt ), scan_opt )
                                  , ckeys = null
                                  , ccur = -1
          Severity: Major
          Found in lib/iterators/scan.js - About 2 hrs to fix

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

            module.exports = function ( client ) {
            
                var abs = Math.abs
                    , emptyFn = function () {}
                    , qq = client.qq
            Severity: Major
            Found in lib/tasks/connection.js - About 2 hrs to fix

              Function pollingFn has 47 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                      , pollingFn = function ( done, msg, timeout, reconnect ) {
                          var me = this
                              , socket = me.socket
                              , queue = me.queue
                              , qstatus = queue.status
              Severity: Minor
              Found in lib/tasks/connection.js - About 1 hr to fix

                Function onParserMatch has 45 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                                , onParserMatch = function ( err_reply, data, fn ) {
                                    // get queue head
                                    var cmd = null
                                        , message = null
                                        , mtype = null
                Severity: Minor
                Found in lib/spade.js - About 1 hr to fix
                  Severity
                  Category
                  Status
                  Source
                  Language