bchelli/node-smb2

View on GitHub
lib/api/readfile.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function exports has 59 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function(filename, options, cb){
  var connection = this;

  if(typeof options == 'function'){
    cb = options;
Severity: Major
Found in lib/api/readfile.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status