lib/Neo4j/Driver/Type/Temporal.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 11 | 11 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 4 | 100.0 |
pod | n/a | ||
total | 15 | 15 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | 17 | 17 | 295 | use 5.010; | |||
17 | 57 | ||||||
2 | 17 | 17 | 82 | use strict; | |||
17 | 25 | ||||||
17 | 320 | ||||||
3 | 17 | 17 | 83 | use warnings; | |||
17 | 29 | ||||||
17 | 351 | ||||||
4 | 17 | 17 | 76 | use utf8; | |||
17 | 33 | ||||||
17 | 95 | ||||||
5 | |||||||
6 | package Neo4j::Driver::Type::Temporal; | ||||||
7 | # ABSTRACT: Represents a Neo4j temporal value | ||||||
8 | $Neo4j::Driver::Type::Temporal::VERSION = '0.40'; | ||||||
9 | |||||||
10 | # may not be supported by Bolt | ||||||
11 | |||||||
12 | 1; | ||||||
13 | |||||||
14 | __END__ |