Condition Coverage

blib/lib/Convert/Pluggable.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
116 0 0 0 $matches->{'type_1'} and $matches->{'type_2'}
127 0 0 0 $conversion->{'factor'} < 0 and not $matches->{'can_be_negative_1'}
156 0 0 0 $factor < 0 and not $matches->{'can_be_negative_2'}

or 2 conditions

line l !l condition
84 0 0 $type->{'can_be_negative'} || '0'

or 3 conditions

line l !l&&r !l&&!r condition
78 0 0 0 lc $match eq $type->{'unit'} or grep {$_ eq lc $match;} @{$$type{'aliases'};}
123 0 0 0 &float_is_infinite($conversion->{'factor'}) or &float_is_nan($conversion->{'factor'})
161 0 0 0 $conversion->{'precision'} || $DEFAULT_PRECISION