Branch Coverage

blib/lib/Nagios/NRPE/Daemon.pm
Criterion Covered Total %
branch 0 6 0.0


line true false branch
232 0 0 if ($self->{'ssl'}) { }
243 0 0 unless $socket = 'IO::Socket::SSL'->new('Listen', 5, 'LocalAddr', $self->{'host'}, 'LocalPort', $self->{'port'}, 'Proto', 'tcp', 'Reuse', 1, 'SSL_verify_mode', 1, 'Type', 1)
254 0 0 unless $socket = 'IO::Socket::INET6'->new('Listen', 5, 'LocalAddr', $self->{'host'}, 'LocalPort', $self->{'port'}, 'Reuse', 1, 'Proto', 'tcp', 'Type', 1)