blib/lib/Devel/Spy/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 14 | 35.7 |
line | true | false | branch |
---|---|---|---|
45 | 0 | 0 | unless my $result = eval $src |
62 | 0 | 0 | unless ($pkg =~ /$class_rx/) |
78 | 15 | 3 | unless defined $reftype |
84 | 2 | 1 | if ('HASH' eq $reftype) { } |
1 | 0 | elsif ('ARRAY' eq $reftype) { } | |
0 | 0 | elsif ($reftype =~ /^(?:SCALAR|REF|CODE|LVALUE|REGEXP|VSTRING|BIND)\z/) { } | |
0 | 0 | elsif ($reftype =~ /^(?:GLOB|FORMAT|IO)\z/) { } |