fastladder/fastladder

View on GitHub
app/assets/javascripts/lib/events/queryCSS.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function queryCSS has 88 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function queryCSS(el,rule){
    var tokens = rule.split(' ');
    var checkFunctions = [];
    function cmp(a,b){
        return (""+a).toLowerCase() == (""+b).toLowerCase();
Severity: Major
Found in app/assets/javascripts/lib/events/queryCSS.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status