Condition Coverage

blib/lib/OpenPlugin/Session.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
202 0 0 0 exists $$session{'_start'} and exists $$session{'_accessed'}
0 0 0 exists $$session{'_start'} and exists $$session{'_accessed'} and exists $$session{'_session_id'}
0 0 0 exists $$session{'_start'} and exists $$session{'_accessed'} and exists $$session{'_session_id'} and exists $$session{'_expires'}

or 2 conditions

line l !l condition
169 0 0 $session_id ||= ''

or 3 conditions

line l !l&&r !l&&!r condition
94 0 0 0 $self->session_id || $self->create
149 0 0 0 $$params{'expires'} || $self->OP->config->{'plugin'}{'session'}{'expires'}