| line |
true |
false |
branch |
|
29
|
0 |
2 |
if not defined $positive && $positive =~ /\A\d+\z/msux or $positive < 0 or $positive > 999999999 |
|
38
|
2 |
0 |
if $positive >= 0 and $positive < 10 |
|
39
|
0 |
0 |
if $positive >= 10 and $positive < 100 and $positive % 10 == 0 |
|
44
|
0 |
0 |
if ($positive > 9 and $positive < 100) { } |
|
|
0 |
0 |
elsif ($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) { } |
|
57
|
0 |
0 |
$hun_idx == 1 ? : |
|
58
|
0 |
0 |
$remain ? : |
|
64
|
0 |
0 |
$tho_idx == 1 ? : |
|
65
|
0 |
0 |
$remain ? : |
|
72
|
0 |
0 |
$remain ? : |
|
85
|
0 |
0 |
if not defined $number && $number =~ /\A\d+\z/msux or $number < 1 or $number > 999999999 |
|
103
|
0 |
0 |
if ($cardinal =~ /([ae\x{131}io\366u\374])[^ae\x{131}io\366u\374]*\z/msux) |
|
122
|
0 |
0 |
$ends_in_vowel ? : |