Condition Coverage

blib/lib/Lingua/FR/Numbers.pm
Criterion Covered Total %
condition 31 33 93.9


and 3 conditions

line !l l&&!r l&&r condition
160 28 45 13 $hundred > 1 and not $teens
73 6 7 $hundred > 1 and not $teens and not $units
51 4 3 $hundred > 1 and not $teens and not $units and $_ == $#blocks
170 56 111 89 $units and not $teens
50 23 16 $number == 1 && $power == 1000
167 16 73 $units and not $teens and not $number == 1 && $power == 1000
186 34 12 4 $teens == 7 and $units == 11
227 26 43 39 $number > 1 and $power >= 1000000
277 3 18 0 $last_digit != 1 and exists $Lingua::FR::Numbers::ORDINALS{$last_digit}

or 3 conditions

line l !l&&r !l&&!r condition
177 16 34 188 $teens == 7 or $teens == 9
201 5 0 30 $units == 1 or $units == 11