oleksiyk/riakfs

View on GitHub
lib/readstream.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _read has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

RiakFsReadStream.prototype._read = function (size) {
    var self = this, buffer;

    if (!self.fd) {
        return self.once('open', function () {
Severity: Minor
Found in lib/readstream.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status