beevelop/corci-libs

View on GitHub
lib/FileStream.js

Summary

Maintainability
A
1 hr
Test Coverage

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

FileStream.send = function (ioc, iopath, file, args) {
    var localpath = path.resolve(file);
    var cArgs = Array.prototype.slice.call(arguments, 3);

    return fs.statAsync(localpath).then(function (stats) {
Severity: Minor
Found in lib/FileStream.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status