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   290 use 5.010;
  17         58  
2 17     17   88 use strict;
  17         40  
  17         349  
3 17     17   95 use warnings;
  17         36  
  17         422  
4 17     17   92 use utf8;
  17         27  
  17         156  
5              
6             package Neo4j::Driver::Type::Temporal;
7             # ABSTRACT: Represents a Neo4j temporal value
8             $Neo4j::Driver::Type::Temporal::VERSION = '0.38';
9              
10             # may not be supported by Bolt
11              
12             1;
13              
14             __END__