core23/PiwikBundle

View on GitHub
src/Resources/public/javascript/jquery.piwikTable.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    $.fn.piwikTable = function () {
        return $(this).each(function () {
            var table = $('table', this);

            var labels = [];
Severity: Minor
Found in src/Resources/public/javascript/jquery.piwikTable.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status