senecajs/seneca-entity-cache

View on GitHub

Showing 4 of 6 total issues

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

  var load_action = function entity_cache_load(msg, reply) {
    var self = this
    var load_prior = this.prior
    var qent = msg.qent

Severity: Major
Found in entity-cache.js - About 3 hrs to fix

    Function entity_cache has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
    Open

    function entity_cache(options) {
      var seneca = this
    
      // Setup in-memory cache
    
    
    Severity: Minor
    Found in entity-cache.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

    Function entity_cache_save has 33 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      var save_action = function entity_cache_save(msg, reply) {
        var self = this
        var save_prior = this.prior
    
        // Pass to lower priority entity action first
    Severity: Minor
    Found in entity-cache.js - About 1 hr to fix

      Function script has 26 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      internals.script = function (steps, callback) {
      
        var prepared = [];
        for (var i = 0, il = steps.length; i < il; ++i) {
          var step = steps[i];
      Severity: Minor
      Found in bench/index.js - About 1 hr to fix
        Severity
        Category
        Status
        Source
        Language