themouette/fossil-core

View on GitHub
src/services/routing.js

Summary

Maintainability
A
1 hr
Test Coverage

Function route has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        route: function (module, path, name, callback) {
            var original;
            path = url(module.url, path);
            if (typeof(name) === "function" || !callback) {
                callback = name;
Severity: Minor
Found in src/services/routing.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status