ece517-p3/expertiza

View on GitHub
app/assets/javascripts/circles.js

Summary

Maintainability
A
1 hr
Test Coverage

Function update has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    update: function(value, duration) {
      if (value === true) {//Force update with current value
        this._setPercentage(this.getPercent());
        return this;
      }
Severity: Minor
Found in app/assets/javascripts/circles.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status