rootslab/camphora

View on GitHub

Showing 3 of 5 total issues

Function Camphora has 233 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.Camphora = ( function () {
    var crypto = require( 'crypto' )
        , fs = require( 'fs' )
        , Bolgia = require( 'bolgia' )
        , emptyFn = function () {}
Severity: Major
Found in lib/camphora.js - About 1 day to fix

    Function Camphora has a Cognitive Complexity of 51 (exceeds 5 allowed). Consider refactoring.
    Open

    exports.Camphora = ( function () {
        var crypto = require( 'crypto' )
            , fs = require( 'fs' )
            , Bolgia = require( 'bolgia' )
            , emptyFn = function () {}
    Severity: Minor
    Found in lib/camphora.js - About 7 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 updateAge has 59 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            , updateAge = function ( key, cache, opt ) {
                var digest = getKeyDigest( key, opt )
                    , k = null
                    , entry = null
                    , age = 0
    Severity: Major
    Found in lib/camphora.js - About 2 hrs to fix
      Severity
      Category
      Status
      Source
      Language