quentinrossetti/ruche

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

Summary

Maintainability
A
1 hr
Test Coverage

Function register has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var register  = function (match, l, callback) {

  if (match.bin === undefined) {
    callback(null);
    return;
Severity: Minor
Found in lib/ruche/util/register.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status