rootslab/spade

View on GitHub
lib/spade.js

Summary

Maintainability
F
6 days
Test Coverage

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 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 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

          There are no issues that match your filters.

          Category
          Status