AndrewRevinsky/crunchtask.js

View on GitHub
lib/ctStaticForEach.js

Summary

Maintainability
A
1 hr
Test Coverage

Function staticForEach has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function staticForEach(arr, taskBody, taskTail) {

  return new CrunchTask(function (init, body, fin) {
    var ranges,
      ptr,
Severity: Minor
Found in lib/ctStaticForEach.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status