Condition Coverage

blib/lib/Mail/Cap.pm
Criterion Covered Total %
condition 8 17 47.0


and 3 conditions

line !l l&&!r l&&r condition
40 1 0 0 $args{'take'} && uc $args{'take'} eq 'ALL'
45 0 0 1 defined $args{'filename'} and -r $args{'filename'}
149 0 0 5 $entry and exists $entry->{$method}
182 0 5 1 $useCache and exists $self->{'_cache'}{$origtype}

or 2 conditions

line l !l condition
186 4 1 $subtype ||= ''

or 3 conditions

line l !l&&r !l&&!r condition
47 0 0 1 not defined $args{'filename'} or $take_all