blib/lib/Lingua/RU/Num2Word.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 19 | 26 | 73.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
117 | 1 | 23 | 31 | $i < 6 and $int_number >= 1 |
144 | 31 | 0 | 1 | not $nominal and $sum < 100 |
0 | 0 | 31 | $nominal > 0 and $nominal < 6 | |
0 | 0 | 31 | $nominal > 0 and $nominal < 6 and $sum < 1000 | |
154 | 12 | 6 | 14 | $sx < 20 and $sx > 0 |
12 | 5 | 1 | $sx == 0 and not $nominal |
line | l | !l | condition |
---|---|---|---|
100 | 7 | 19 | $gender ||= 'MASCULINE' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
144 | 1 | 0 | 31 | not $nominal and $sum < 100 or $nominal > 0 and $nominal < 6 and $sum < 1000 |
154 | 14 | 0 | 18 | $sx < 20 and $sx > 0 or $sx == 0 and not $nominal |