edgewall/trac

View on GitHub
trac/htdocs/js/folding.js

Summary

Maintainability
A
1 hr
Test Coverage

Function enableCollapsibleColumns has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  $.fn.enableCollapsibleColumns = function(recovery_area) {
    // column headers
    var c_h_row = $('thead tr', this);
    var column_headers = $('th', c_h_row).not(recovery_area);
    var k = column_headers.length;
Severity: Minor
Found in trac/htdocs/js/folding.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status