Condition Coverage

blib/lib/Net/Server/Mail/SMTP/Prefork.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
64 0 0 0 defined $code and ref $code eq 'CODE'
100 0 0 0 $$self{'callback'} and ref $$self{'callback'}

or 2 conditions

line l !l condition
16 0 0 $args{'host'} || 0
0 0 $args{'port'} || 25
0 0 $args{'max_workers'} || 10

or 3 conditions

line l !l&&r !l&&!r condition
28 0 0 0 $$self{'listen_sock'} ||= 'IO::Socket::INET'->new('Listen', 128, 'LocalPort', $$self{'port'}, 'LocalAddr', $$self{'host'}, 'Proto', 'tcp', 'ReuseAddr', 1)
47 0 0 0 not defined $max_reqs_per_child or $proc_req_count < $max_reqs_per_child