Condition Coverage

inc/Test/HTTP/Server.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
307 0 0 0 !$type || $type eq 'body' and defined $$self{'body'}

or 2 conditions

line l !l condition
280 0 0 $$self{'out_code'} || '200 OK'
293 0 0 join('', map("- $_\n", (sort {$a cmp $b;} grep({not 'HTTP::Server::Connection'->can($_);} grep({'HTTP::Server::Request'->can($_);} keys %HTTP::Server::Request::))))) || "NONE\n"
316 0 0 shift() || 1
317 0 0 shift() || 'test_cookie%n=true; expires=%date(+600); path=/'
340 0 0 shift() || 1024
341 0 0 shift() || '='

or 3 conditions

line l !l&&r !l&&!r condition
13 0 0 0 $ENV{'HTTP_PORT'} || $frompid
128 0 0 0 shift() || time
304 0 0 0 not $type or $type eq 'head'
307 0 0 0 !$type || $type eq 'body'