| blib/lib/Lingua/TH/Numbers.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 17 | 21 | 80.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 262 | 0 | 60 | 0 | defined $sign and $sign eq '-' |
| 279 | 0 | 60 | 0 | defined $decimals and $decimals ne '' |
| 324 | 82 | 2 | 132 | $digit eq '0' and $integer ne '0' |
| 327 | 52 | 26 | 6 | $power_of_ten == 0 and $digit eq '1' |
| 78 | 2 | 4 | $power_of_ten == 0 and $digit eq '1' and $integer ne '1' | |
| 44 | 2 | 18 | $is_informal and $power_of_ten >= 2 | |
| 46 | 4 | 14 | $is_informal and $power_of_ten >= 2 and $digit eq '1' |