Condition Coverage

blib/lib/TAP/Parser/SourceHandler/Worker.pm
Criterion Covered Total %
condition 3 11 27.2


and 3 conditions

line !l l&&!r l&&r condition
210 1 0 0 $use_local_public_ip and not $local_public_ip
287 0 0 0 $worker and $$worker{'sel'}

or 2 conditions

line l !l condition
188 0 1 $$source{'config'}{$option_name}{'number_of_workers'} || 1

or 3 conditions

line l !l&&r !l&&!r condition
215 0 0 1 $local_public_ip || ($listener->sockhost eq '0.0.0.0' ? hostname() : $listener->sockhost)