lib/HTTP/Server/Multiplex.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 19 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
233 | 0 | 0 | 0 | not ref $config and $config =~ /\:\:/ |
line | l | !l | condition |
---|---|---|---|
83 | 0 | 0 | $$config{'host'} || '0.0.0.0' |
84 | 0 | 0 | $$config{'port'} || 80 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
120 | 0 | 0 | 0 | $HTTP::Server::Multiplex::EUID != 0 or defined $$config{'user'} |
123 | 0 | 0 | 0 | $$config{'user'} || $ENV{'USER'} || $HTTP::Server::Multiplex::EUID |
129 | 0 | 0 | 0 | $$config{'group'} || $HTTP::Server::Multiplex::EGID |
279 | 0 | 0 | 0 | $$self{'HSM_cache'}{$ip} ||= gethostbyaddr(inet_aton($ip), 2) |