pedrocarrico/pimon

View on GitHub
lib/pimon/public/piecon.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    var drawFavicon = function(percentage) {
        var canvas = getCanvas();
        var context = canvas.getContext("2d");
        var percentage = percentage || 0;
        var src = currentFavicon;
Severity: Minor
Found in lib/pimon/public/piecon.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status