Condition Coverage

blib/lib/Lingua/Base/Number/Format/MixWithWords.pm
Criterion Covered Total %
condition 10 12 83.3


and 3 conditions

line !l l&&!r l&&r condition
20 0 0 18 $args{'min_fraction'} > 0 and $args{'min_fraction'} <= 1
55 5 3 10 defined $p and $anum >= $$self{'min_format'} * $$self{'min_fraction'}

or 2 conditions

line l !l condition
17 1 17 $args{'min_fraction'} //= 1
18 2 16 $args{'min_format'} //= 1000000
65 2 16 $$self{'num_decimal'} // 15