Branch Coverage

blib/lib/HTTP/Session.pm
Criterion Covered Total %
branch 24 28 85.7


line true false branch
18 0 72 ref $_[0] ? :
21 1 213 unless $args{$key}
32 0 71 unless $self->{'request'}
40 44 27 if ($session_id) { }
42 35 9 if ($data) { }
46 2 7 if ($self->state->permissive) { }
65 0 40 unless &Module::Runtime::require_module($self->{'id'})
71 1 28 unless ref $response
79 37 34 if ($self->is_fresh) { }
80 36 1 if ($self->is_changed or not $self->save_modified_session_only)
84 2 32 if ($self->is_changed)
96 66 0 if ($self->{'store'}) { }
147 1 2 if ($delete_old)
161 4 2 if ($self->state->can($meth)) { }