blib/lib/Lingua/RU/Num2Word.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 19 | 26 | 73.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
115 | 1 | 7 | 15 | $i < 6 and $int_number >= 1 |
142 | 15 | 0 | 1 | not $nominal and $sum < 100 |
0 | 0 | 15 | $nominal > 0 and $nominal < 6 | |
0 | 0 | 15 | $nominal > 0 and $nominal < 6 and $sum < 1000 | |
152 | 7 | 6 | 3 | $sx < 20 and $sx > 0 |
7 | 5 | 1 | $sx == 0 and not $nominal |
line | l | !l | condition |
---|---|---|---|
99 | 3 | 6 | $gender ||= 'MASCULINE' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
142 | 1 | 0 | 15 | not $nominal and $sum < 100 or $nominal > 0 and $nominal < 6 and $sum < 1000 |
152 | 3 | 0 | 13 | $sx < 20 and $sx > 0 or $sx == 0 and not $nominal |