Condition Coverage

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


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 0 8 $ENV{'HTTP_COOKIE'} || (&Scalar::Util::blessed($req) ? $req->header('Cookie') : $$req{'HTTP_COOKIE'})