AndrewRevinsky/crunchtask.js

View on GitHub
lib/ctProtoRun.js

Summary

Maintainability
A
1 hr
Test Coverage

Function protoRun has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function protoRun(descriptionFn, taskEvents) {
  var thisTask = this; // jshint ignore:line
  var parentTask = globals.staticParentTask;
  globals.staticParentTask = null;

Severity: Minor
Found in lib/ctProtoRun.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status