Condition Coverage

blib/lib/HTTP/Server/Simple/CGI/Environment.pm
Criterion Covered Total %
condition 0 7 0.0


or 2 conditions

line l !l condition
47 0 0 $ENV{'SERVER_NAME'} || 'localhost'
0 0 $ENV{'SERVER_PORT'} || 80

or 3 conditions

line l !l&&r !l&&!r condition
47 0 0 0 $ENV{'SERVER_URL'} ||= 'http://' . ($ENV{'SERVER_NAME'} || 'localhost') . ':' . ($ENV{'SERVER_PORT'} || 80) . '/'