onionskin/onionskin

View on GitHub
src/onionskin/pool.js

Summary

Maintainability
A
1 hr
Test Coverage

Function get has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

Pool.prototype.get = function (key, cachePolicy, policyData, generator) {
  var item = this.getItem(key);

  if (typeof cachePolicy === 'function') {
    generator = cachePolicy;
Severity: Minor
Found in src/onionskin/pool.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status