File Coverage

blib/lib/App/Memcached/Tool.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


line stmt bran cond sub pod time code
1             package App::Memcached::Tool;
2 3     3   843 use 5.008_001;
  3         7  
3 3     3   11 use strict;
  3         5  
  3         73  
4 3     3   17 use warnings;
  3         6  
  3         100  
5              
6 3     3   744 use version; our $VERSION = 'v0.9.4';
  3         2525  
  3         25  
7              
8             our $DEBUG; # set by option
9              
10             1;
11             __END__