Condition Coverage

blib/lib/Parse/MIME.pm
Criterion Covered Total %
condition 20 21 95.2


and 3 conditions

line !l l&&!r l&&r condition
47 48 2 37 defined $param->{'q'} and length $param->{'q'}
50 1 36 defined $param->{'q'} and length $param->{'q'} and &_numify($param->{'q'}) <= 1
3 0 36 defined $param->{'q'} and length $param->{'q'} and &_numify($param->{'q'}) <= 1 and &_numify($param->{'q'}) >= 0
67 15 10 42 _match($type, $target_type) and _match($subtype, $target_subtype)
78 42 2 6 $k ne "q" and exists $target_param->{$k}
2 4 2 $k ne "q" and exists $target_param->{$k} and $target_param->{$k} eq $v
110 11 2 1 $fitness == $best_fitness and $fit_q < $best_fit_q