| blib/lib/Net/IP/AddrRanges.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 15 | 80.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 70 | 2 | 1 | 3 | exists $$self[$i] and $$self[$i] lt $min |
| 85 | 34 | 57 | 688 | exists $$self[$i] and $$self[$i] lt $min |
| 87 | 44 | 47 | 58 | exists $$self[$j] and $$self[$j] le $out |
| 114 | 0 | 10 | 20 | exists $$self[$i] and $$self[$i] le $addr |
| 167 | 0 | 0 | 134 | defined $min and defined $max |