lib/Neo4j/Driver/Session.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 16 | 100.0 |
line | true | false | branch |
---|---|---|---|
31 | 13 | 162 | if $driver->{'uri'}->scheme eq "bolt" |
42 | 2 | 163 | if $neo4j_version =~ m[^Neo4j/2\.] |
67 | 2 | 31 | unless ref $func eq "CODE" |
83 | 3 | 31 | if ($wantarray) { } |
99 | 11 | 11 | unless &blessed($_) and $_->isa("Neo4j::Error") |
101 | 5 | 6 | if (not $_->is_retryable or &Time::HiRes::time() >= $time_stop) { } |
112 | 3 | 13 | $wantarray ? : |
140 | 172 | 81 | if defined $server_info |