blib/lib/JIP/Spy/Events.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 18 | 94.4 |
line | true | false | branch |
---|---|---|---|
27 | 1 | 6 | if ($param{'want_array'}) |
31 | 1 | 6 | if (my $skip_methods = $param{'skip_methods'}) |
76 | 2 | 12 | if (%declarations) |
86 | 1 | 11 | unless (&blessed($self)) |
109 | 9 | 0 | if (&blessed($self)) { } |
137 | 1 | 11 | if exists $self->skip_methods->{$param{'method_name'}} |
145 | 3 | 8 | if ($self->want_array) |
158 | 9 | 2 | unless $on_spy_event |
160 | 1 | 1 | if ((&reftype($on_spy_event) || '') ne "CODE") |