quentinrossetti/ruche

View on GitHub
lib/ruche/util/extract.js

Summary

Maintainability
A
1 hr
Test Coverage

Function extract has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var extract = function (match, k, callback) {

  var long = match.package + '-' + match.version + '-' + match.platform;
  var share = untilde(rc.dir.share + '/' + match.package);

Severity: Minor
Found in lib/ruche/util/extract.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status