frisb/wingman

View on GitHub
lib/task.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function run has 65 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    Task.prototype.run = function(callback) {
      var configureWorker, i, workerModulePath;
      this.progress = {
        started: 0,
        finished: 0,
Severity: Major
Found in lib/task.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status