dsibilly/cidr-js

View on GitHub
src/CIDR.js

Summary

Maintainability
A
1 hr
Test Coverage

Function filter has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    async filter (ipArray) {
        if (!(ipArray instanceof Array) || ipArray.length <= 0) {
            throw new Error('filter(): An Array of positive, non-zero length is required');
        }
        
Severity: Minor
Found in src/CIDR.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status