zxing-js/library

View on GitHub
src/core/oned/rss/expanded/decoders/AI013x0x1xDecoder.ts

Summary

Maintainability
A
1 hr
Test Coverage
F
25%

Function encodeCompressedDate has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  private encodeCompressedDate(buf: StringBuilder, currentPos: number): void {
    let numericDate = this.getGeneralDecoder().extractNumericValueFromBitArray(
      currentPos,
      AI013x0x1xDecoder.DATE_SIZE
    );
Severity: Minor
Found in src/core/oned/rss/expanded/decoders/AI013x0x1xDecoder.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status