OWASP/railsgoat

View on GitHub
app/assets/javascripts/jquery.easy-pie-chart.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function easyPieChart has 120 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.easyPieChart = function(el, options) {
      var addScaleLine, animateLine, drawLine, easeInOutQuad, renderBackground, renderScale, renderTrack,
        _this = this;
      this.el = el;
      this.$el = $(el);
Severity: Major
Found in app/assets/javascripts/jquery.easy-pie-chart.js - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status