CleverStack/angular-seed

View on GitHub
app/modules/cs_accounts/providers/AccountProvider.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function $get has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      $get: function( $injector, $rootScope, $log, Session, Helpers ) {
        if ( !sessionProvider ) {
          sessionProvider = Session;
        }

Severity: Major
Found in app/modules/cs_accounts/providers/AccountProvider.js - About 2 hrs to fix

    Function $get has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

          $get: function( $injector, $rootScope, $log, Session, Helpers ) {
    Severity: Minor
    Found in app/modules/cs_accounts/providers/AccountProvider.js - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status