dgarlitt/karma-nyan-reporter

View on GitHub
lib/util/shell.js

Summary

Maintainability
A
1 hr
Test Coverage

Function ShellUtility has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var ShellUtility = function() {
  var self = this;
  var winSize = useStdout ? stdout.getWindowSize(1) : [75, 4];

  this.getWidth = function() {
Severity: Minor
Found in lib/util/shell.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status