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   6838 use 5.010;
  17         50  
2 17     17   82 use strict;
  17         25  
  17         345  
3 17     17   75 use warnings;
  17         65  
  17         940  
4              
5             package Neo4j::Driver::StatementResult;
6             # ABSTRACT: DEPRECATED (renamed to Neo4j::Driver::Result)
7             $Neo4j::Driver::StatementResult::VERSION = '0.40';
8              
9             1;
10              
11             __END__