| blib/lib/Lingua/MLT/Num2Word.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 15 | 40.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 28 | 0 | 0 | 27 | defined $positive && $positive =~ /\A\d+\z/msux |
| 167 | 0 | 0 | 0 | $thousands >= 3 and $thousands <= 10 |
| 210 | 7 | 9 | 5 | $n >= 11 and $n <= 19 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 28 | 0 | 0 | 27 | not defined $positive && $positive =~ /\A\d+\z/msux or $positive < 0 |
| 0 | 0 | 27 | not defined $positive && $positive =~ /\A\d+\z/msux or $positive < 0 or $positive > 999999999 |