blib/lib/Lingua/RU/Num2Word.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 26 | 69.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
122 | 0 | 113 | 116 | $i < 6 and $int_number >= 1 |
150 | 116 | 0 | 2 | not $nominal and $sum < 100 |
0 | 0 | 116 | $nominal > 0 and $nominal < 6 | |
0 | 0 | 116 | $nominal > 0 and $nominal < 6 and $sum < 1000 | |
160 | 93 | 3 | 22 | $sx < 20 and $sx > 0 |
93 | 1 | 2 | $sx == 0 and not $nominal |
line | l | !l | condition |
---|---|---|---|
105 | 9 | 107 | $gender ||= 'MASCULINE' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
150 | 2 | 0 | 116 | not $nominal and $sum < 100 or $nominal > 0 and $nominal < 6 and $sum < 1000 |
160 | 22 | 0 | 96 | $sx < 20 and $sx > 0 or $sx == 0 and not $nominal |