Condition Coverage

blib/lib/Lingua/NLD/Num2Word.pm
Criterion Covered Total %
condition 9 24 37.5


and 3 conditions

line !l l&&!r l&&r condition
28 0 0 7 defined $positive && $positive =~ /\A\d+\z/msux
38 0 7 0 $positive >= 0 and $positive < 20
44 0 4 3 $positive > 19 and $positive < 101
0 1 3 $positive > 100 and $positive < 1000
0 0 1 $positive > 999 and $positive < 1000000
0 0 0 $positive > 999999 and $positive < 1000000000

or 3 conditions

line l !l&&r !l&&!r condition
28 0 0 7 not defined $positive && $positive =~ /\A\d+\z/msux or $positive < 0
0 0 7 not defined $positive && $positive =~ /\A\d+\z/msux or $positive < 0 or $positive > 999999999