ahmadnassri/winston-tcp

View on GitHub
lib/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function connect has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  connect () {
    /* istanbul ignore else */
    if (!this.connected) {
      /* istanbul ignore if */
      if (this.connectionAttempts >= this.options.reconnectAttempts) {
Severity: Minor
Found in lib/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status