jay-depot/turnpike

View on GitHub
lib/classes/base/controller/WebEndpointController.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function editForm has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

WebEndpointController.prototype.editForm = function(params, readyCallback) {
  var item;

  if (this.model) {
    item = {};
Severity: Major
Found in lib/classes/base/controller/WebEndpointController.js - About 2 hrs to fix

There are no issues that match your filters.

Category
Status