AndrewRevinsky/crunchtask.js

View on GitHub
lib/ctFnProceedBody.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function proceedBodyFn has 59 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function proceedBodyFn(instanceApi, isFirstTime) {
  if (config.trace) {

    console.log('inside proceedBodyFn', this.id, new Date() - 0); // jshint ignore:line
    console.log('isFirstTime', isFirstTime);
Severity: Major
Found in lib/ctFnProceedBody.js - About 2 hrs to fix

There are no issues that match your filters.

Category
Status