File Coverage

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   292 use 5.010;
  17         55  
2 17     17   108 use strict;
  17         40  
  17         398  
3 17     17   78 use warnings;
  17         30  
  17         389  
4 17     17   81 use utf8;
  17         28  
  17         87  
5              
6             package Neo4j::Driver::Type::Temporal;
7             # ABSTRACT: Represents a Neo4j temporal value
8             $Neo4j::Driver::Type::Temporal::VERSION = '0.39';
9              
10             # may not be supported by Bolt
11              
12             1;
13              
14             __END__