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   287 use 5.010;
  17         61  
2 17     17   88 use strict;
  17         24  
  17         343  
3 17     17   89 use warnings;
  17         50  
  17         500  
4 17     17   88 use utf8;
  17         27  
  17         93  
5              
6             package Neo4j::Driver::Type::Point;
7             # ABSTRACT: Represents a Neo4j spatial point value
8             $Neo4j::Driver::Type::Point::VERSION = '0.40';
9              
10             # may not be supported by Bolt
11              
12             1;
13              
14             __END__