File Coverage

blib/lib/Alien/hiredis.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Alien::hiredis;
2              
3 1     1   162238 use strict;
  1         18  
  1         30  
4 1     1   7 use warnings;
  1         1  
  1         41  
5              
6             our $VERSION = '0.012'; # TRIAL
7              
8 1     1   5 use parent 'Alien::Base';
  1         2  
  1         6  
9              
10             1;
11              
12             =head1 NAME
13              
14             Alien::hiredis - Alien wrapper for hiredis
15              
16             =head1 DESCRIPTION
17              
18             This module provides the L
19             minimalistic C client library for the L database. See
20             L for usage.
21              
22             =head1 BUGS
23              
24             Report any issues on the public bugtracker.
25              
26             =head1 AUTHOR
27              
28             Dan Book
29              
30             =head1 COPYRIGHT AND LICENSE
31              
32             This software is Copyright (c) 2019 by Dan Book.
33              
34             This is free software, licensed under:
35              
36             The Artistic License 2.0 (GPL Compatible)
37              
38             =head1 SEE ALSO
39              
40             L, L