aaronjameslang/survey-monkey-streams

View on GitHub
src/Reader.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function _read has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  public _read() {
    if (this.semaphore <= 0) {
      return;
    }
    this.semaphore -= 1;
Severity: Minor
Found in src/Reader.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status