daniellmb/console.style

View on GitHub
console.style.js

Summary

Maintainability
A
1 hr
Test Coverage

Function parse has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  var parse = function(text) {
    var args = [text];
    if (typeof text === 'string') {
      text = text.replace(rxImgs, function(matchI, $1I) {
        var width;
Severity: Minor
Found in console.style.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status