angular/angular.js

View on GitHub
src/loader.js

Summary

Maintainability
B
6 hrs
Test Coverage

Function setupModuleLoader has 83 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function setupModuleLoader(window) {

  var $injectorMinErr = minErr('$injector');
  var ngMinErr = minErr('ng');

Severity: Major
Found in src/loader.js - About 3 hrs to fix

    Function module has 71 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        return function module(name, requires, configFn) {
    
          var info = {};
    
          var assertNotHasOwnProperty = function(name, context) {
    Severity: Major
    Found in src/loader.js - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status