nycJSorg/angular-presentation

View on GitHub
apps/kirjs/src/app/modules/binary/parser/parsers/array-parser.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function readOrdered has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  readOrdered(
    reader: BinaryReader,
    data: BinaryReaderResult = [],
    start = 0
  ): BinaryReaderResult {
Severity: Minor
Found in apps/kirjs/src/app/modules/binary/parser/parsers/array-parser.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status