blib/lib/Test/HTTP/LocalServer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 16 | 37.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
204 | 0 | 9 | 45 | &Test::HTTP::LocalServer::time() < $timeout and -s $url_file <= 15 |
209 | 0 | 9 | 0 | &Test::HTTP::LocalServer::time() < $timeout and not open($server, "<", $url_file) |
303 | 0 | 0 | 0 | $pid and CORE::kill 0, $pid |
333 | 9 | 0 | 0 | $_[0]{'_pid'} and CORE::kill 0, $_[0]{'_pid'} |
line | l | !l | condition |
---|---|---|---|
164 | 0 | 17 | $args{'request_pause'} //= 0 |
188 | 0 | 17 | delete $args{'file'} || '' |