Condition Coverage

blib/lib/Data/SIprefixes.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
172 0 0 0 defined $prefixes[$int] and $notMatched
189 0 0 0 defined $prefixes[$int] and $notMatched

or 3 conditions

line l !l&&r !l&&!r condition
135 0 0 0 $string =~ /^[0123456789]+/ or $string =~ /^[012345789]*\.[0123456789]+/
0 0 0 $string =~ /^[0123456789]+/ or $string =~ /^[012345789]*\.[0123456789]+/ or $string =~ /^\.[0123456789]+/
149 0 0 0 $string =~ /^[0123456789]+$/ or $string =~ /^[012345789]*\.[0123456789]+$/
0 0 0 $string =~ /^[0123456789]+$/ or $string =~ /^[012345789]*\.[0123456789]+$/ or $string =~ /^\.[0123456789]+$/
311 0 0 0 $number =~ /^[0123456789]+/ or $number =~ /^[012345789]*\.[0123456789]+/
0 0 0 $number =~ /^[0123456789]+/ or $number =~ /^[012345789]*\.[0123456789]+/ or $number =~ /^\.[0123456789]+/