robbederks/downzip

View on GitHub
src/zip/Crc32.js

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

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

    constructor () {
        this.crc = -1
        this.table = new Int32Array([
            0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f, 0xe963a535,
            0x9e6495a3, 0x0edb8832, 0x79dcb8a4, 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd,
Severity: Minor
Found in src/zip/Crc32.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status