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 12     12   152953 use strict;
  12         102  
  12         339  
3 12     12   2991 use HTTP::Session::State::Base;
  12         25  
  12         61  
4              
5       17 1   sub get_session_id { }
6       2 1   sub response_filter { }
7              
8             1;
9             __END__