ronelliott/kj

View on GitHub
lib/router.js

Summary

Maintainability
A
1 hr
Test Coverage

Function matches has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    matches: function(method, url, each, callback) {
        method = method.toLowerCase();
        var matches = 0,
            self = this;

Severity: Minor
Found in lib/router.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status