Condition Coverage

blib/lib/Memoize/HashKey/Ignore.pm
Criterion Covered Total %
condition 7 8 87.5


and 3 conditions

line !l l&&!r l&&r condition
41 3 2 1 $args{'IGNORE'} and not ref $args{'IGNORE'} eq "CODE"
84 0 21 6 defined $self->{'IGNORE'} and &{$self->{'IGNORE'};}($key)

or 2 conditions

line l !l condition
39 1 5 $args{'HASH'} || {}