| blib/lib/Lingua/UK/Numbers.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 17 | 27 | 62.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 86 | 0 | 4 | 9 | $i < 6 and $sum_hrn >= 1 |
| 120 | 0 | 8 | 18 | $i < 6 and $sum_words >= 1 |
| 139 | 27 | 0 | 4 | $nominal == 0 and $sum < 100 |
| 0 | 0 | 27 | $nominal > 0 and $nominal < 6 | |
| 0 | 0 | 27 | $nominal > 0 and $nominal < 6 and $sum < 1000 | |
| 148 | 10 | 9 | 12 | $sx < 20 and $sx > 0 |
| 10 | 9 | 0 | $sx == 0 and $nominal == 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 139 | 4 | 0 | 27 | $nominal == 0 and $sum < 100 or $nominal > 0 and $nominal < 6 and $sum < 1000 |
| 148 | 12 | 0 | 19 | $sx < 20 and $sx > 0 or $sx == 0 and $nominal == 0 |