| blib/lib/Lingua/FAS/Num2Word.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 2 | 26 | 7.6 |
| line | true | false | branch |
|---|---|---|---|
| 29 | 0 | 2 | if not defined $positive && $positive =~ /\A\d+\z/msux or $positive < 0 or $positive > 999999999 |
| 43 | 2 | 0 | if $positive < 10 |
| 46 | 0 | 0 | if $positive < 20 |
| 49 | 0 | 0 | if ($positive < 100) |
| 53 | 0 | 0 | if $remain == 0 |
| 61 | 0 | 0 | if ($positive < 1000) { } |
| 0 | 0 | elsif ($positive < 1000000) { } | |
| 0 | 0 | elsif ($positive < 1000000000) { } | |
| 66 | 0 | 0 | $remain ? : |
| 73 | 0 | 0 | $tho_idx == 1 ? : |
| 74 | 0 | 0 | $remain ? : |
| 81 | 0 | 0 | $mil_idx == 1 ? : |
| 82 | 0 | 0 | $remain ? : |