karma-runner/karma

View on GitHub
lib/reporters/progress.js

Summary

Maintainability
A
1 hr
Test Coverage

Function ProgressReporter has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function ProgressReporter (formatError, reportSlow, useColors, browserConsoleLogOptions) {
  BaseReporter.call(this, formatError, reportSlow, useColors, browserConsoleLogOptions)

  this.EXCLUSIVELY_USE_COLORS = false
  this._browsers = []
Severity: Minor
Found in lib/reporters/progress.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status