Branch Coverage

blib/lib/Lingua/DE/Num2Word.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
31 0 0 if $positive >= 0 and $positive < 13
32 0 0 if $positive == 16
33 0 0 if $positive == 17
34 0 0 if $positive > 12 and $positive < 20
40 0 0 if ($positive > 19 and $positive < 101) { }
0 0 elsif ($positive > 100 and $positive < 1000) { }
0 0 elsif ($positive > 999 and $positive < 1000000) { }
0 0 elsif ($positive > 999999 and $positive < 1000000000) { }
44 0 0 if $remain
52 0 0 $remain ? :
59 0 0 $remain ? :
65 0 0 $one_idx == 1 ? :
68 0 0 if $one_idx > 1
69 0 0 $remain ? :