| blib/lib/Lingua/RU/Number.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 24 | 54.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 91 | 0 | 5 | 6 | $i < 6 and $sum_rub >= 1 |
| 110 | 6 | 0 | 5 | $nominal == 0 and $sum < 100 |
| 0 | 0 | 6 | $nominal > 0 and $nominal < 6 | |
| 0 | 0 | 6 | $nominal > 0 and $nominal < 6 and $sum < 1000 | |
| 119 | 6 | 0 | 5 | $sx < 20 and $sx > 0 |
| 6 | 0 | 0 | $sx == 0 and $nominal == 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 110 | 5 | 0 | 6 | $nominal == 0 and $sum < 100 or $nominal > 0 and $nominal < 6 and $sum < 1000 |
| 119 | 5 | 0 | 6 | $sx < 20 and $sx > 0 or $sx == 0 and $nominal == 0 |