| lib/Net/IPAddress/Filter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 12 | 18 | 66.6 | 
| line | true | false | branch | 
|---|---|---|---|
| 32 | 0 | 9 | if ($Set::IntervalTree::VERSION < 0.08) { } | 
| 33 | 0 | 0 | $end_ip ? : | 
| 36 | 6 | 3 | $end_ip ? : | 
| 50 | 0 | 2 | if ($Set::IntervalTree::VERSION < 0.08) { } | 
| 65 | 0 | 31 | $Set::IntervalTree::VERSION < 0.08 ? : | 
| 77 | 0 | 2 | $Set::IntervalTree::VERSION < 0.08 ? : | 
| 89 | 3 | 8 | if ($start_ip =~ /$CIDR_REGEX/) { } | 
| 98 | 7 | 1 | $end_ip ? : | 
| 102 | 1 | 10 | if ($end_num < $start_num) |