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   31816 use strict;
  14         39  
  14         617  
3 14     14   74 use warnings;
  14         26  
  14         410  
4 14     14   69 use base qw/HTTP::Session::Store::OnMemory/;
  14         31  
  14         10755  
5              
6             1;
7             __END__