blib/lib/Data/Remember/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 18 | 61.1 |
line | true | false | branch |
---|---|---|---|
20 | 162 | 242 | if (ref $que eq 'ARRAY') { } |
0 | 242 | elsif (ref $que eq 'HASH') { } | |
35 | 1 | 767 | unless defined $que |
45 | 19 | 0 | unless $brain =~ /::/ |
48 | 0 | 19 | unless $brain =~ /^[\w:]+$/ |
51 | 0 | 19 | unless Class::Load::load_class($brain) |
57 | 0 | 19 | unless $gray_matter->can('remember') |
59 | 0 | 19 | unless $gray_matter->can('recall') |
61 | 0 | 19 | unless $gray_matter->can('forget') |