silverbux/laravel-angular-admin

View on GitHub

Showing 26 of 96 total issues

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

  delete (userId) {
    let API = this.API
    let $state = this.$state

    swal({
Severity: Minor
Found in angular/app/components/user-lists/user-lists.component.js - About 1 hr to fix

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

      delete (roleId) {
        let API = this.API
        let $state = this.$state
    
        swal({
    Severity: Minor
    Found in angular/app/components/user-roles/user-roles.component.js - About 1 hr to fix

      Function RoutesRun has 7 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      export function RoutesRun ($rootScope, $state, $auth, AclService, $timeout, API, ContextService) {
      Severity: Major
      Found in angular/run/routes.run.js - About 50 mins to fix

        Function failedLogin has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
        Open

          failedLogin (res) {
            if (res.status == 401) {
              this.loginfailed = true
            } else {
              if (res.data.errors.message[0] == 'Email Unverified') {
        Severity: Minor
        Found in angular/app/components/login-form/login-form.component.js - About 45 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 controller has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

                  controller: function ($rootScope, $scope, $auth, $state, AclService) {
        Severity: Minor
        Found in angular/config/routes.config.js - About 35 mins to fix

          Function RoutesRun has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
          Open

          export function RoutesRun ($rootScope, $state, $auth, AclService, $timeout, API, ContextService) {
            'ngInject'
          
            AclService.resume()
          
          
          Severity: Minor
          Found in angular/run/routes.run.js - About 25 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