hairyhenderson/f1foo

View on GitHub
lib/WufooTranslator.js

Summary

Maintainability
A
1 hr
Test Coverage

Function translate has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

WufooTranslator.prototype.translate = function (postBody, callback) {
  process.nextTick(function () {
    if (validBody(postBody)) {
      debug('translating %j', postBody)
      var struct = JSON.parse(postBody.FieldStructure)
Severity: Minor
Found in lib/WufooTranslator.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status