| lib/Neo4j/Types/Duration.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 8 | 8 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 11 | 11 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | 3 | 3 | 892 | use v5.10.1; | |||
| 3 | 7 | ||||||
| 2 | 3 | 3 | 25 | use strict; | |||
| 3 | 3 | ||||||
| 3 | 61 | ||||||
| 3 | 3 | 3 | 15 | use warnings; | |||
| 3 | 5 | ||||||
| 3 | 220 | ||||||
| 4 | |||||||
| 5 | package Neo4j::Types::Duration; | ||||||
| 6 | # ABSTRACT: Represents a Neo4j temporal duration value | ||||||
| 7 | $Neo4j::Types::Duration::VERSION = '2.00'; | ||||||
| 8 | |||||||
| 9 | 1; |