aesy/Easy-Bits

View on GitHub
src/BitArray.js

Summary

Maintainability
A
3 hrs
Test Coverage

BitArray has 31 functions (exceeds 20 allowed). Consider refactoring.
Open

class BitArray {
    /**
     * An array containing each bit as a boolean value, starting from the rightmost bit.
     *
     * @private
Severity: Minor
Found in src/BitArray.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status