Condition Coverage

blib/lib/Catalyst/Plugin/Session/State/Cookie.pm
Criterion Covered Total %
condition 11 14 78.5


and 3 conditions

line !l l&&!r l&&r condition
79 2 8 2 $sec == 2 and $c->req->secure
128 2 4 9 not $c->_deleted_session_id and my $cookie = $c->get_session_cookie

or 2 conditions

line l !l condition
77 10 2 $cfg->{'cookie_secure'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
21 0 2 0 $c->_session_plugin_config->{'cookie_name'} ||= Catalyst::Utils::appprefix($c) . '_session'
78 2 10 0 $sec == 0 or $sec == 2