blib/lib/Memoize/HashKey/Ignore.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 10 | 80.0 |
line | true | false | branch |
---|---|---|---|
41 | 1 | 5 | if ($args{'IGNORE'} and not ref $args{'IGNORE'} eq "CODE") |
44 | 1 | 4 | if ($args{'TIE'}) |
56 | 0 | 0 | unless ($rc) |
67 | 36 | 27 | exists $self->{'CACHE'}{$key} ? : |
84 | 21 | 6 | unless (defined $self->{'IGNORE'} and &{$self->{'IGNORE'};}($key)) |