Condition Coverage

blib/lib/Memoize/HashKey/Ignore.pm
Criterion Covered Total %
condition 6 8 75.0


and 3 conditions

line !l l&&!r l&&r condition
45 3 2 1 $args{'IGNORE'} and not ref $args{'IGNORE'} eq 'CODE'
92 0 27 0 defined $$self{'IGNORE'} and &{$$self{'IGNORE'};}($key)

or 2 conditions

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