NateFerrero/amna

View on GitHub
src/lib/route.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function (amna, log) {

    var Route = function Route(method, url, handler) {
        this.method = method;
        this.url = url;
Severity: Minor
Found in src/lib/route.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status