File Coverage

lib/Neo4j/Driver/Plugin.pm
Criterion Covered Total %
statement 5 5 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 7 7 100.0


line stmt bran cond sub pod time code
1 19     19   612045 use v5.12;
  19         78  
2 19     19   113 use warnings;
  19         36  
  19         1541  
3              
4             package Neo4j::Driver::Plugin 1.02;
5             # ABSTRACT: Plug-in interface for Neo4j::Driver
6              
7              
8             1;
9              
10             __END__