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   1237 use 5.008_001;
  3         8  
3 3     3   12 use strict;
  3         3  
  3         56  
4 3     3   27 use warnings;
  3         4  
  3         77  
5              
6 3     3   957 use version; our $VERSION = 'v0.9.2';
  3         3292  
  3         22  
7              
8             our $DEBUG; # set by option
9              
10             1;
11             __END__