angular/angular.js

View on GitHub
src/AngularPublic.js

Summary

Maintainability
C
1 day
Test Coverage

Function publishExternalAPI has 144 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function publishExternalAPI(angular) {
  extend(angular, {
    'errorHandlingConfig': errorHandlingConfig,
    'bootstrap': bootstrap,
    'copy': copy,
Severity: Major
Found in src/AngularPublic.js - About 5 hrs to fix

    Function ngModule has 101 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        function ngModule($provide) {
          // $$sanitizeUriProvider needs to be before $compileProvider as it is used by it.
          $provide.provider({
            $$sanitizeUri: $$SanitizeUriProvider
          });
    Severity: Major
    Found in src/AngularPublic.js - About 4 hrs to fix

      There are no issues that match your filters.

      Category
      Status