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   271253 use strict;
  13         26  
  13         481  
3 13     13   4610 use HTTP::Session::State::Base;
  13         34  
  13         86  
4              
5       18 1   sub get_session_id { }
6       2 1   sub response_filter { }
7              
8             1;
9             __END__