KurtPattyn/kimbu

View on GitHub
lib/client.js

Summary

Maintainability
A
1 hr
Test Coverage

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

function Client(clientName, transport, callback) {
  assert.ok(util.isString(clientName), "clientName must be a valid string");
  assert.ok(transport instanceof Transport);

  this._transport = transport;
Severity: Minor
Found in lib/client.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status