zipfworks/ember-prerender

View on GitHub
lib/logger.js

Summary

Maintainability
A
1 hr
Test Coverage

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

PrerenderLogger.prototype.log = function(level) {
  var _this = this;

  if (this.levels[this.config.level] > this.levels[level]) {
    return;
Severity: Minor
Found in lib/logger.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status