nycJSorg/angular-presentation

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

Summary

Maintainability
A
2 hrs
Test Coverage

Function readOrdered has 40 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/object-parser.ts - About 1 hr to fix

    Function value has 28 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        const value = this.steps.reduce((result, step) => {
          const {
            value,
            rawValue,
            type,
    Severity: Minor
    Found in apps/kirjs/src/app/modules/binary/parser/parsers/object-parser.ts - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status