blib/lib/Lingua/FRA/Nums2Words.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 11 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
136 | 21 | 3 | 1 | $s =~ /\s*un\s*/ and $place == 1 |
141 | 8 | 2 | 1 | $s =~ /cent\s*$/ and not $s =~ /^\s*cent/ |
150 | 11 | 11 | 2 | $place > 0 and $plural_possible |
line | l | !l | condition |
---|---|---|---|
116 | 14 | 1 | shift() // 0 |