| lib/Neo4j/Driver/Events.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 17 | 18 | 94.4 |
| line | true | false | branch |
|---|---|---|---|
| 44 | 0 | 21 | if $STACK_TRACE |
| 60 | 2 | 107 | if @extra |
| 61 | 3 | 104 | unless ref $handler eq "CODE" |
| 62 | 1 | 103 | unless defined $event |
| 73 | 29 | 7 | $default_handler ? : |
| 36 | 198 | unless my $handlers = $self->{'handlers'}{$event} | |
| 92 | 2 | 91 | unless $plugin->DOES("Neo4j::Driver::Plugin") |
| 93 | 1 | 90 | unless $plugin->can("register") |
| 94 | 1 | 89 | unless ref $plugin ne "" |