Condition Coverage

lib/HTTP/Server/Multiplex.pm
Criterion Covered Total %
condition 0 19 0.0


and 3 conditions

line !l l&&!r l&&r condition
233 0 0 0 not ref $config and $config =~ /\:\:/

or 2 conditions

line l !l condition
83 0 0 $$config{'host'} || '0.0.0.0'
84 0 0 $$config{'port'} || 80

or 3 conditions

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)