| blib/lib/Memoize/HashKey/Ignore.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 8 | 87.5 |
| 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) |
| line | l | !l | condition |
|---|---|---|---|
| 39 | 1 | 5 | $args{'HASH'} || {} |