Condition Coverage

lib/Net/IP/RangeCompare.pm
Criterion Covered Total %
condition 13 15 86.6


and 3 conditions

line !l l&&!r l&&r condition
158 1 0 46 $class and $class eq 'Net::IP::RangeCompare'
226 6 30 9 $range_a->cmp_first_int($range_b) != 1 and $range_a->cmp_last_int($range_b) != -1
232 4 32 0 cmp_int($range_a->first_int, $range_b->last_int) != 1 and cmp_int($range_a->last_int, $range_b->last_int) != -1
239 30 4 2 $range_b->cmp_first_int($range_a) != 1 and $range_b->cmp_last_int($range_a) != -1
247 26 4 4 cmp_int($range_b->first_int, $range_a->last_int) != 1 and cmp_int($range_b->last_int, $range_a->last_int) != -1