blib/lib/Net/Daemon/SSL.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 3 | 0.0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
110 | 0 | 0 | 0 | 'IO::Socket::SSL::SafeAccept'->new('LocalAddr', $$this{'localaddr'}, 'LocalPort', $$this{'localport'}, 'Proto', $$this{'proto'} || 'tcp', 'Listen', $$this{'listen'} || 10, 'Reuse', 1, 'SSL_use_cert', $$this{'SSL_use_cert'}, 'SSL_verify_mode', $$this{'SSL_verify_mode'}, 'SSL_key_file', $$this{'SSL_key_file'}, 'SSL_cert_file', $$this{'SSL_cert_file'}, 'SSL_ca_path', $$this{'SSL_ca_path'}, 'SSL_ca_file', $$this{'SSL_ca_file'}) || $this->Fatal("Cannot create socket: $!") |