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   45301 use strict;
  14         55  
  14         653  
3 14     14   72 use warnings;
  14         24  
  14         833  
4 14     14   81 use base qw/HTTP::Session::Store::OnMemory/;
  14         47  
  14         6747  
5              
6             1;
7             __END__