beevelop/corci-monitor

View on GitHub

Showing 256 of 374 total issues

Function generateFrame has 277 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function generateFrame(str) {
    var i, j, k, m, t, v, x, y;

    // Find the smallest version that fits the string.
    t = str.length;
Severity: Major
Found in www/js/qr-js/qr.js - About 1 day to fix

    Function 12 has a Cognitive Complexity of 67 (exceeds 5 allowed). Consider refactoring.
    Open

    },{"./manager":12,"./socket":14,"./url":15,"debug":9,"socket.io-parser":49}],12:[function(require,module,exports){
    
    /**
     * Module dependencies.
     */
    Severity: Minor
    Found in www/js/bundle.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 55 has a Cognitive Complexity of 66 (exceeds 5 allowed). Consider refactoring.
    Open

    },{}],55:[function(require,module,exports){
    var ioc = require('socket.io/node_modules/socket.io-client');
    require('../../lib/common/utils.js');
    var Msg = require('../../lib/common/Msg.js');
    var ko = require('knockout');
    Severity: Minor
    Found in www/js/bundle.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 12 has 251 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    },{"./manager":12,"./socket":14,"./url":15,"debug":9,"socket.io-parser":49}],12:[function(require,module,exports){
    
    /**
     * Module dependencies.
     */
    Severity: Major
    Found in www/js/bundle.js - About 1 day to fix

      Function 6 has a Cognitive Complexity of 58 (exceeds 5 allowed). Consider refactoring.
      Open

      },{}],6:[function(require,module,exports){
      var hasOwn = Object.prototype.hasOwnProperty;
      var toString = Object.prototype.toString;
      var undefined;
      
      
      Severity: Minor
      Found in www/js/bundle.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 23 has a Cognitive Complexity of 58 (exceeds 5 allowed). Consider refactoring.
      Open

      },{"./polling-jsonp":23,"./polling-xhr":24,"./websocket":26,"xmlhttprequest":27}],23:[function(require,module,exports){
      (function (global){
      
      /**
       * Module requirements.
      Severity: Minor
      Found in www/js/bundle.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 dependentObservable has 221 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      ko.computed = ko.dependentObservable = function (evaluatorFunctionOrOptions, evaluatorFunctionTarget, options) {
          var _latestValue,
              _needsEvaluation = true,
              _isBeingEvaluated = false,
              _suppressDisposalUntilDisposeWhenReturnsFalse = false,
      Severity: Major
      Found in www/js/bundle.js - About 1 day to fix

        Function 3 has a Cognitive Complexity of 55 (exceeds 5 allowed). Consider refactoring.
        Open

        },{"array-sugar":3,"date-format-lite":4,"elapsed":5,"fast-class":7}],3:[function(require,module,exports){
        (function (arr) {
            function isNumber(n) {
                return !isNaN(parseFloat(n)) && isFinite(n);    //thx to http://stackoverflow.com/questions/18082/validate-numbers-in-javascript-isnumeric
            }
        Severity: Minor
        Found in www/js/bundle.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 42 has a Cognitive Complexity of 53 (exceeds 5 allowed). Consider refactoring.
        Open

        },{}],42:[function(require,module,exports){
        (function (global){
        
        /*
         * Module requirements.
        Severity: Minor
        Found in www/js/bundle.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 14 has 198 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        },{}],14:[function(require,module,exports){
        
        /**
         * Module dependencies.
         */
        Severity: Major
        Found in www/js/bundle.js - About 7 hrs to fix

          Function 24 has 198 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          },{"./polling":25,"component-inherit":28}],24:[function(require,module,exports){
          (function (global){
          /**
           * Module requirements.
           */
          Severity: Major
          Found in www/js/bundle.js - About 7 hrs to fix

            `` has 55 functions (exceeds 20 allowed). Consider refactoring.
            Open

            (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
            module.exports = Msg;
            require('./utils');
            var extend = require('extend'),
                    concat = Array.prototype.concat,
            Severity: Major
            Found in www/js/bundle.js - About 7 hrs to fix

              Function 35 has 184 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              },{}],35:[function(require,module,exports){
              (function (global){
              /*! http://mths.be/utf8js v2.0.0 by @mathias */
              ;(function(root) {
              
              
              Severity: Major
              Found in www/js/bundle.js - About 7 hrs to fix

                Function 49 has 179 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                },{"./is-buffer":50,"isarray":52}],49:[function(require,module,exports){
                
                /**
                 * Module dependencies.
                 */
                Severity: Major
                Found in www/js/bundle.js - About 7 hrs to fix

                  Function 15 has a Cognitive Complexity of 44 (exceeds 5 allowed). Consider refactoring.
                  Open

                  },{"./on":13,"component-bind":16,"component-emitter":17,"debug":9,"has-binary":42,"socket.io-parser":49,"to-array":47}],15:[function(require,module,exports){
                  (function (global){
                  
                  /**
                   * Module dependencies.
                  Severity: Minor
                  Found in www/js/bundle.js - About 6 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 4 has a Cognitive Complexity of 43 (exceeds 5 allowed). Consider refactoring.
                  Open

                  },{}],4:[function(require,module,exports){
                  
                  
                  
                  /*
                  Severity: Minor
                  Found in www/js/bundle.js - About 6 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 14 has a Cognitive Complexity of 41 (exceeds 5 allowed). Consider refactoring.
                  Open

                  },{}],14:[function(require,module,exports){
                  
                  /**
                   * Module dependencies.
                   */
                  Severity: Minor
                  Found in www/js/bundle.js - About 6 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 25 has a Cognitive Complexity of 40 (exceeds 5 allowed). Consider refactoring.
                  Open

                  },{"./polling":25,"component-emitter":17,"component-inherit":28,"debug":9,"xmlhttprequest":27}],25:[function(require,module,exports){
                  /**
                   * Module dependencies.
                   */
                  
                  
                  Severity: Minor
                  Found in www/js/bundle.js - About 6 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 1 has a Cognitive Complexity of 35 (exceeds 5 allowed). Consider refactoring.
                  Open

                  (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
                  module.exports = Msg;
                  require('./utils');
                  var extend = require('extend'),
                          concat = Array.prototype.concat,
                  Severity: Minor
                  Found in www/js/bundle.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 25 has 130 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  },{"./polling":25,"component-emitter":17,"component-inherit":28,"debug":9,"xmlhttprequest":27}],25:[function(require,module,exports){
                  /**
                   * Module dependencies.
                   */
                  
                  
                  Severity: Major
                  Found in www/js/bundle.js - About 5 hrs to fix
                    Severity
                    Category
                    Status
                    Source
                    Language