Condition Coverage

blib/lib/Catalyst/Plugin/Session/CGISession.pm
Criterion Covered Total %
condition 0 41 0.0


and 3 conditions

line !l l&&!r l&&r condition
267 0 0 0 defined $$c{'_session_cgis'} and defined $$c{'_session_cgis'}{'cgisess'}
389 0 0 0 $dump_requested_type and $c->debug
421 0 0 0 $c->config->{'session'}{'rewrite'} and $c->sessionid
0 0 0 $c->config->{'session'}{'rewrite'} and $c->sessionid and $c->response->redirect
428 0 0 0 defined $$c{'_session_cgis'} and defined $$c{'_session_cgis'}{'session_data'}
462 0 0 0 $c->config->{'session'}{'rewrite'} and $c->sessionid
0 0 0 $c->config->{'session'}{'rewrite'} and $c->sessionid and defined $c->res->body
0 0 0 $c->config->{'session'}{'rewrite'} and $c->sessionid and defined $c->res->body and length $c->res->body
588 0 0 0 defined $type and $type >= 1
0 0 0 defined $type and $type >= 1 and $type <= 3

or 2 conditions

line l !l condition
179 0 0 $self->config->{'session'}{'rewrite'} ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
182 0 0 0 $self->config->{'session'}{'expires'} ||= $DEFAULT_EXPIRATION_TIME
183 0 0 0 $self->config->{'session'}{'cgis_dsn'} ||= $DEFAULT_CGI_SESSION_DSN
184 0 0 0 $self->config->{'session'}{'cgis_options'} ||= $DEFAULT_CGI_SESSION_OPTIONS