angular/angular.js

View on GitHub
benchmarks/bootstrap-compile-bp/app.js

Summary

Maintainability
A
1 hr
Test Coverage

Function DataController has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

.controller('DataController', function DataController($compile, $http, $rootScope) {

  this.isEA = !commentDirectivesEnabled && !cssClassDirectivesEnabled;
  this.isEAC = !commentDirectivesEnabled && cssClassDirectivesEnabled;
  this.isEAM = commentDirectivesEnabled && !cssClassDirectivesEnabled;
Severity: Minor
Found in benchmarks/bootstrap-compile-bp/app.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status