ag-gipp/GoUldI

View on GitHub
scripts/angularGouldiController.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function readModel has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        $scope.readModel = function () {
            var id = $scope.model.qID;
            var githubReq = $scope.modelrepo;

            if ( id <= $scope.max ) {
Severity: Minor
Found in scripts/angularGouldiController.js - About 1 hr to fix

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

        var init = function(){
            gouldiHttpServices
                .initScripts( $scope )
                .then( function(){
                    console.log("Finished loading process. Init cookies and load actual model.");
Severity: Minor
Found in scripts/angularGouldiController.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status