blib/lib/Lingua/RU/Number.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 24 | 48 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
99 | 0 | 5 | 6 | $i < 6 and $sum_rub >= 1 |
118 | 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 | |
127 | 6 | 0 | 5 | $sx < 20 and $sx > 0 |
6 | 0 | 0 | $sx == 0 and $nominal == 0 | |
172 | 0 | 4 | 4 | $i < 6 and $int_number >= 1 |
195 | 4 | 0 | 0 | not $nominal and $sum < 100 |
0 | 0 | 4 | $nominal > 0 and $nominal < 6 | |
0 | 0 | 4 | $nominal > 0 and $nominal < 6 and $sum < 1000 | |
205 | 3 | 0 | 1 | $sx < 20 and $sx > 0 |
3 | 0 | 0 | $sx == 0 and not $nominal |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
118 | 5 | 0 | 6 | $nominal == 0 and $sum < 100 or $nominal > 0 and $nominal < 6 and $sum < 1000 |
127 | 5 | 0 | 6 | $sx < 20 and $sx > 0 or $sx == 0 and $nominal == 0 |
195 | 0 | 0 | 4 | not $nominal and $sum < 100 or $nominal > 0 and $nominal < 6 and $sum < 1000 |
205 | 1 | 0 | 3 | $sx < 20 and $sx > 0 or $sx == 0 and not $nominal |