silverbucket/teste

View on GitHub
lib/Scaffolding.js

Summary

Maintainability
A
1 hr
Test Coverage

Function json has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      json: (function () {
        var lPromise = (typeof Promise !== 'undefined') ? Promise : helpers.pub.fetch.Promise;

        function status(response) {
          if (response.status >= 200 && response.status < 300) {
Severity: Minor
Found in lib/Scaffolding.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status