File Coverage

blib/lib/HTTP/Session/State/Null.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 2 2 100.0
total 14 14 100.0


line stmt bran cond sub pod time code
1             package HTTP::Session::State::Null;
2 12     12   73096 use strict;
  12         22  
  12         420  
3 12     12   5160 use HTTP::Session::State::Base;
  12         32  
  12         76  
4              
5 17     17 1 277 sub get_session_id { }
6 2     2 1 136 sub response_filter { }
7              
8             1;
9             __END__