Condition Coverage

blib/lib/Lingua/DEU/Num2Word.pm
Criterion Covered Total %
condition 15 27 55.5


and 3 conditions

line !l l&&!r l&&r condition
29 1 0 6 defined $positive && $positive =~ /\A\d+\z/msux
38 0 3 2 $positive >= 0 and $positive < 13
41 0 3 0 $positive > 12 and $positive < 20
47 0 2 1 $positive > 19 and $positive < 101
0 1 1 $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
29 1 0 6 not defined $positive && $positive =~ /\A\d+\z/msux or $positive < 0
1 1 5 not defined $positive && $positive =~ /\A\d+\z/msux or $positive < 0 or $positive > 999999999