whyboris/karma-helpful-reporter

View on GitHub
lib/util/printers.js

Summary

Maintainability
A
1 hr
Test Coverage

Function printBrowserErrors has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function printBrowserErrors(browserErrors) {
    if (browserErrors)  {
      var hashes = '##########'.split('');
      var rainbowifyEach = function(val) {
        write(val);
Severity: Minor
Found in lib/util/printers.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status