Branch Coverage

lib/Net/SyslogNg.pm
Criterion Covered Total %
branch 2 4 50.0


line true false branch
99 0 1 unless my $sock = 'IO::Socket::INET'->new('PeerAddr', $self->{'syslog_host'}, 'PeerPort', $self->{'syslog_port'}, 'Proto', 'udp')
106 1 0 if ($self->{'debug'})