Branch Coverage

blib/lib/Lingua/SOM/Num2Word.pm
Criterion Covered Total %
branch 2 30 6.6


line true false branch
29 0 2 if not defined $positive && $positive =~ /\A\d+\z/msux or $positive < 0 or $positive > 999999999
41 2 0 if $positive >= 0 and $positive < 10
42 0 0 if $positive == 10
47 0 0 if ($positive > 10 and $positive < 20) { }
0 0 elsif ($positive >= 20 and $positive < 100) { }
0 0 elsif ($positive >= 100 and $positive < 1000) { }
0 0 elsif ($positive >= 1000 and $positive < 1000000) { }
0 0 elsif ($positive >= 1000000 and $positive < 1000000000) { }
54 0 0 if ($remain) { }
65 0 0 $hun == 1 ? :
66 0 0 if $remain
72 0 0 $thou == 1 ? :
73 0 0 if $remain
79 0 0 $mil == 1 ? :
80 0 0 if $remain