| lib/Neo4j/Driver/Session.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 22 | 22 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 27 | 15 | 170 | if $driver->config("uri")->scheme eq "bolt" |
| 38 | 2 | 172 | if $neo4j_version =~ m[^Neo4j/2\.]u |
| 63 | 2 | 35 | unless ref $func eq "CODE" |
| 76 | 4 | 34 | wantarray ? : |
| 80 | 3 | 14 | unless defined wantarray |
| 81 | 3 | 11 | if wantarray |
| 82 | 1 | 13 | if builtin::blessed($r) and $r->isa("Neo4j::Driver::Result") |
| 85 | 3 | 11 | wantarray ? : |
| 93 | 13 | 11 | unless builtin::blessed($e) and $e->isa("Neo4j::Error") |
| 95 | 5 | 6 | if (not $e->is_retryable or &Time::HiRes::time() >= $time_stop) |
| 126 | 176 | 87 | if defined $server_info |