Branch Coverage

blib/lib/Memoize/HashKey/Ignore.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
45 1 5 if ($args{'IGNORE'} and not ref $args{'IGNORE'} eq 'CODE')
48 1 4 if ($args{'TIE'})
62 0 0 unless ($rc)
75 36 27 exists $$self{'CACHE'}{$key} ? :
92 21 6 unless (defined $$self{'IGNORE'} and &{$$self{'IGNORE'};}($key))