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
22 0 0 18 $args{'min_fraction'} > 0 and $args{'min_fraction'} <= 1
56 5 3 10 defined $p and $anum >= $self->{'min_format'} * $self->{'min_fraction'}

or 2 conditions

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