File Coverage

lib/Neo4j/Driver/Type/Point.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   294 use 5.010;
  17         55  
2 17     17   81 use strict;
  17         30  
  17         330  
3 17     17   72 use warnings;
  17         29  
  17         416  
4 17     17   96 use utf8;
  17         39  
  17         77  
5              
6             package Neo4j::Driver::Type::Point;
7             # ABSTRACT: Represents a Neo4j spatial point value
8             $Neo4j::Driver::Type::Point::VERSION = '0.38';
9              
10             # may not be supported by Bolt
11              
12             1;
13              
14             __END__