line |
!l |
l&&!r |
l&&r |
condition |
32
|
0 |
0 |
0 |
$sock and not $sock->can_read(0) |
121
|
0 |
0 |
0 |
defined $$content_ref and length $$content_ref |
196
|
0 |
0 |
0 |
defined $rbits and $rbits =~ /[^\0]/ |
220
|
0 |
0 |
0 |
defined $wbits and $wbits =~ /[^\0]/ |
228
|
0 |
0 |
0 |
not $eof and $woffset >= length $$wbuf |
294
|
0 |
0 |
0 |
$peer_http_version eq '1.1' and not $connection{'close'} |
356
|
0 |
0 |
0 |
defined $ENV{'HTTPS_KEY_FILE'} and not exists $cfg{'SSL_key_file'} |
360
|
0 |
0 |
0 |
defined $ENV{'HTTPS_CA_DIR'} and not exists $cfg{'SSL_ca_path'} |
364
|
0 |
0 |
0 |
defined $ENV{'HTTPS_CA_FILE'} and not exists $cfg{'SSL_ca_file'} |
368
|
0 |
0 |
0 |
defined $ENV{'HTTPS_CERT_FILE'} and not exists $cfg{'SSL_cert_file'} |
372
|
0 |
0 |
0 |
not exists $cfg{'SSL_use_cert'} and exists $cfg{'SSL_cert_file'} |