Condition Coverage

blib/lib/Catalyst/Plugin/Session/FastMmap.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
112 0 0 0 $sid and $c->_session
0 0 0 $sid and $c->_session and $$c{'session'} = $c->_session->get($sid)

or 2 conditions

line l !l condition
135 0 0 $self->config->{'session'}{'storage'} ||= '/tmp/session'
136 0 0 $self->config->{'session'}{'expires'} ||= 86400
137 0 0 $self->config->{'session'}{'rewrite'} ||= 0