senecajs/seneca-entity-cache

View on GitHub
entity-cache.js

Summary

Maintainability
B
6 hrs
Test Coverage

Function entity_cache has 249 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

function entity_cache(options) {
  var seneca = this

  // Setup in-memory cache

Severity: Major
Found in entity-cache.js - About 1 day to fix

    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

      File entity-cache.js has 271 lines of code (exceeds 250 allowed). Consider refactoring.
      Invalid

      /* Copyright © 2012-2020 Richard Rodger and other contributors, MIT License. */
      'use strict'
      
      var LRUCache = require('lru-cache')
      
      
      Severity: Minor
      Found in entity-cache.js - About 2 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

          There are no issues that match your filters.

          Category
          Status