File Coverage

blib/lib/URI/redis_Punix.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod 2 3 66.6
total 20 21 95.2


line stmt bran cond sub pod time code
1             package URI::redis_Punix;
2            
3 2     2   4504 use strict;
  2         5  
  2         59  
4 2     2   11 use warnings;
  2         4  
  2         99  
5              
6             our $VERSION = '0.01';
7            
8 2     2   11 use base qw( URI::_redis );
  2         5  
  2         335  
9              
10 6     6 0 1783 sub database_from_path { undef }
11 3     3 1 1426 sub host { undef }
12 3     3 1 1225 sub port { undef }
13              
14             1;