JonAbrams/synth

View on GitHub
lib/frontendRenderer.js

Summary

Maintainability
A
1 hr
Test Coverage

Function index has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.index = function (req, res) {
  var handler = req.handler,
      dataPromise = Promise.cast(null),
      htmlPromise = Promise.cast(null);

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

    There are no issues that match your filters.

    Category
    Status