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 6 14 $args{'name'} ||= 'http_session_sid'
30 4 16 $args{'path'} ||= '/'

or 3 conditions

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