blib/lib/Lingua/FR/Nums2Words.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 9 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
124 | 15 | 3 | 1 | $s =~ /\s*un\s*/ and $place == 1 |
129 | 11 | 1 | 1 | $s =~ /cent\s*$/ and not $s =~ /^\s*cent/ |
138 | 13 | 4 | 1 | $place > 0 and $plural_possible |