pedrocarrico/pimon

View on GitHub

Showing 1 of 3 total issues

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
    Severity
    Category
    Status
    Source
    Language