lib/Neo4j/Error/Internal.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 12 | 12 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 5 | 5 | 100.0 |
pod | 1 | 1 | 100.0 |
total | 18 | 18 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | 2 | 2 | 1031 | use v5.10; | |||
2 | 6 | ||||||
2 | 2 | 2 | 19 | use strict; | |||
2 | 3 | ||||||
2 | 59 | ||||||
3 | 2 | 2 | 10 | use warnings; | |||
2 | 3 | ||||||
2 | 131 | ||||||
4 | |||||||
5 | package Neo4j::Error::Internal; | ||||||
6 | # ABSTRACT: Neo4j exception thrown locally by the driver | ||||||
7 | $Neo4j::Error::Internal::VERSION = '0.01'; | ||||||
8 | |||||||
9 | 2 | 2 | 18 | use parent 'Neo4j::Error'; | |||
2 | 4 | ||||||
2 | 11 | ||||||
10 | |||||||
11 | |||||||
12 | 9 | 9 | 1 | 39 | sub source { 'Internal' } | ||
13 | |||||||
14 | |||||||
15 | 1; |