jaredhanson/locomotive

View on GitHub
lib/helpers/dynamic/url.js

Summary

Maintainability
A
1 hr
Test Coverage

Function urlFor has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function urlFor(req, res) {
  
  return function(options) {
    options = options || {};
    var app = req._locomotive.app;
Severity: Minor
Found in lib/helpers/dynamic/url.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status