oleksiyk/no-riak

View on GitHub
lib/pool.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function _next has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

Pool.prototype._next = function () {
    var self = this;

    return Promise.try(function () {
        var connection = self.connections.free.shift();
Severity: Minor
Found in lib/pool.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status