Condition Coverage

blib/lib/Locale/MakePhrase/Numeric.pm
Criterion Covered Total %
condition 8 18 44.4


and 3 conditions

line !l l&&!r l&&r condition
109 0 0 10 not $$options{'fixed'} || $$options{'scientific'} and $number < 10000000000
0 2 8 not $$options{'fixed'} || $$options{'scientific'} and $number < 10000000000 and $number == int $number
125 0 0 2 not $$options{'fixed'} || $$options{'scientific'} and $number < 10000000000
0 1 1 not $$options{'fixed'} || $$options{'scientific'} and $number < 10000000000 and $number == int $number

or 3 conditions

line l !l&&r !l&&!r condition
109 0 0 10 $$options{'fixed'} || $$options{'scientific'}
125 0 0 2 $$options{'fixed'} || $$options{'scientific'}