File Coverage

blib/lib/HTTP/Session/Store/Test.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 HTTP::Session::Store::Test;
2 14     14   62064 use strict;
  14         29  
  14         465  
3 14     14   53 use warnings;
  14         19  
  14         761  
4 14     14   65 use base qw/HTTP::Session::Store::OnMemory/;
  14         30  
  14         5644  
5              
6             1;
7             __END__