File Coverage

blib/lib/URI/redis.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 1 1 100.0
total 15 15 100.0


line stmt bran cond sub pod time code
1             package URI::redis;
2            
3 2     2   240407 use strict;
  2         4  
  2         64  
4 2     2   12 use warnings;
  2         5  
  2         109  
5              
6             our $VERSION = '0.01';
7            
8 2     2   12 use base qw( URI::_redis );
  2         8  
  2         1204  
9              
10 5     5 1 5511 sub socket_path { undef }
11              
12             1;
13              
14             __END__