AndrewRevinsky/crunchtask.js

View on GitHub
lib/ctStaticReduce.js

Summary

Maintainability
A
1 hr
Test Coverage

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

function staticReduce(arr, memo, taskBody, taskTail) {

  return new CrunchTask(function (init, body, fin) {

    var ranges,
Severity: Minor
Found in lib/ctStaticReduce.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status