Condition Coverage

blib/lib/Mail/Milter/Authentication/Tester.pm
Criterion Covered Total %
condition 5 12 41.6


or 2 conditions

line l !l condition
336 11 677 $args->{'eom_expect'} || '250'
340 0 0 'IO::Socket::INET'->new('Proto', 'tcp', 'PeerAddr', $sock_host, 'PeerPort', $sock_port) || die("could not open outbound SMTP socket: $!")
347 688 0 'IO::Socket::UNIX'->new('Peer', $sock_path) || die("could not open outbound SMTP socket: $!")
456 0 0 'IO::Socket::INET'->new('Listen', 5, 'LocalHost', $sock_host, 'LocalPort', $sock_port, 'Protocol', 'tcp') || die("could not open socket: $!")
464 31 0 'IO::Socket::UNIX'->new('Listen', 5, 'Local', $sock_path) || die("could not open socket: $!")
479 297 0 readline $accept || {$quit = 1}