willmendesneto/ngOfflineModel

View on GitHub

Showing 6 of 6 total issues

Function exports has 236 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function (grunt) {

  // Load informations of "bower.json" file
  var packageInfo = require('./package.json');

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

    Function ngOfflineModel has 108 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      .factory('ngOfflineModel', function ngOfflineModel(CryptoOfflineStorage) {
    
        // Service logic
        // ...
    
    
    Severity: Major
    Found in app/scripts/services/ng-offline-model.js - About 4 hrs to fix

      Function CryptoOfflineStorage has 37 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

        .service('CryptoOfflineStorage', function CryptoOfflineStorage() {
          var loadCrypto = typeof CryptoJS !== 'undefined';
      
          return {
      
      
      Severity: Minor
      Found in app/scripts/services/crypto-offline-storage.js - About 1 hr to fix

        Function exports has 32 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        module.exports = function(config) {
          config.set({
            // base path, that will be used to resolve files and exclude
            basePath: '',
        
        
        Severity: Minor
        Found in karma.conf.js - About 1 hr to fix

          Function CryptoOfflineStorage has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
          Open

            .service('CryptoOfflineStorage', function CryptoOfflineStorage() {
              var loadCrypto = typeof CryptoJS !== 'undefined';
          
              return {
          
          
          Severity: Minor
          Found in app/scripts/services/crypto-offline-storage.js - About 55 mins 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 ngOfflineModel has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
          Open

            .factory('ngOfflineModel', function ngOfflineModel(CryptoOfflineStorage) {
          
              // Service logic
              // ...
          
          
          Severity: Minor
          Found in app/scripts/services/ng-offline-model.js - About 35 mins 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

          Severity
          Category
          Status
          Source
          Language