Condition Coverage

blib/lib/Parse/Range.pm
Criterion Covered Total %
condition 10 12 83.3


and 3 conditions

line !l l&&!r l&&r condition
19 0 76 54 $char =~ /[\(\),]/ and $level != 0
21 258 209 76 $level == 0 and $char eq ','

or 3 conditions

line l !l&&r !l&&!r condition
19 413 0 130 not $char =~ /,/ or $char =~ /[\(\),]/ and $level != 0
46 24 2 102 $range =~ /^(-?\d+)\-(-?\d+)$/ or $range =~ /^(-?\d+)\)?\-\((-\d+)\)?$/