File Coverage

lib/URI/neo4j.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 1 1 100.0
total 14 14 100.0


line stmt bran cond sub pod time code
1 14     14   12034 use v5.12;
  14         78  
2 14     14   110 use warnings;
  14         26  
  14         1443  
3              
4             package URI::neo4j 1.02;
5              
6              
7 14     14   117 use parent 'URI::_server';
  14         38  
  14         134  
8              
9 96     96 1 19831 sub default_port { 7687 }
10              
11             1;