Condition Coverage

blib/lib/HTTP/Session/State/Cookie.pm
Criterion Covered Total %
condition 7 7 100.0


or 2 conditions

line l !l condition
29 16 14 $args{'name'} ||= "http_session_sid"
30 4 26 $args{'path'} ||= "/"

or 3 conditions

line l !l&&r !l&&!r condition
37 22 6 2 $ENV{'HTTP_COOKIE'} || (builtin::blessed($req) ? $req->header('Cookie') : $req->{'HTTP_COOKIE'})