web/admin/js/nro.js

Summary

Maintainability
A
1 hr
Test Coverage

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

function row_filter(tbody) {
    var linked = tbody.find('[id^="unlinked_ck_"]').is(':checked');
    var broken_cert = tbody.find('[id^="brokencert_ck_"]').is(':checked');
    var or_warn = tbody.find('[id^="or_ck_"]').is(':checked');
    var profile_warn = tbody.find('[id^="profile_ck_"]').is(':checked');
Severity: Minor
Found in web/admin/js/nro.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status