File Coverage

blib/lib/HTTP/Session/Expired.pm
Criterion Covered Total %
statement 7 7 100.0
branch n/a
condition n/a
subroutine 3 4 75.0
pod 0 1 0.0
total 10 12 83.3


line stmt bran cond sub pod time code
1             package HTTP::Session::Expired;
2              
3 26     26   196 use strict;
  26         60  
  26         971  
4 26     26   145 use warnings;
  26         60  
  26         2177  
5              
6 1     1 0 530 sub is_fresh { 0 }
7       0     sub AUTOLOAD { }
8              
9             1;