Condition Coverage

blib/lib/HTTP/Engine/Role/RequestBuilder/ParseEnv.pm
Criterion Covered Total %
condition 9 9 100.0


or 2 conditions

line l !l condition
59 11 14 $$env{'SCRIPT_NAME'} || '/'
62 2 25 $$env{'PATH_INFO'} || ''
72 9 18 $path || '/'

or 3 conditions

line l !l&&r !l&&!r condition
49 20 1 6 $$env{'HTTP_HOST'} || $$env{'SERVER_NAME'}