MitocGroup/deep-framework

View on GitHub
src/deep-search/lib/Search.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  _createClient(domainName, callback) {
    if (!this._domains.hasOwnProperty(domainName)) {
      callback(new UnknownSearchDomainException(domainName, Object.keys(this._domains)));
      return;
    }
Severity: Minor
Found in src/deep-search/lib/Search.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status