File Coverage

lib/Neo4j/Driver/StatementResult.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 17     17   6803 use 5.010;
  17         52  
2 17     17   77 use strict;
  17         30  
  17         350  
3 17     17   79 use warnings;
  17         25  
  17         927  
4              
5             package Neo4j::Driver::StatementResult;
6             # ABSTRACT: DEPRECATED (renamed to Neo4j::Driver::Result)
7             $Neo4j::Driver::StatementResult::VERSION = '0.38';
8              
9             1;
10              
11             __END__