File Coverage

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


line stmt bran cond sub pod time code
1             package HTTP::Session::State::Null;
2 13     13   361005 use strict;
  13         29  
  13         576  
3 13     13   4751 use HTTP::Session::State::Base;
  13         37  
  13         213  
4              
5       17 1   sub get_session_id { }
6       2 1   sub response_filter { }
7              
8             1;
9             __END__