Branch Coverage
blib/lib/Message/Passing/Output/Socket/UDP.pm
Criterion
Covered
Total
%
branch
0
2
0.0
line
true
false
branch
31
0
0
unless
'IO::Socket::INET'
->new
(
'Proto'
,
'udp'
,
'PeerAddr'
,
$self
->hostname
,
'PeerPort'
,
$self
->port
)