File Coverage

lib/Neo4j/Driver/Plugin.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 16     16   170828 use 5.010;
  16         66  
2 16     16   96 use strict;
  16         27  
  16         393  
3 16     16   77 use warnings;
  16         35  
  16         916  
4              
5             package Neo4j::Driver::Plugin;
6             # ABSTRACT: Plug-in interface for Neo4j::Driver
7             $Neo4j::Driver::Plugin::VERSION = '0.38';
8              
9             1;
10              
11             __END__