azukiapp/azk

View on GitHub
src/agent/client.js

Summary

Maintainability
A
1 hr
Test Coverage

Function init has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  init() {
    return defer((resolve, reject) => {
      if (this._status === 'connecting' || this._status === 'connected') {
        return resolve();
      }
Severity: Minor
Found in src/agent/client.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status