| line |
!l |
l&&!r |
l&&r |
condition |
|
91
|
14 |
0 |
0 |
$use_reuseport and defined 15 |
|
105
|
0 |
0 |
0 |
$maybe_port <= 65535 and length $maybe_port == 5 || $maybe_port >= 1024 |
|
183
|
0 |
13 |
0 |
defined $self->{'listen'} and not ref $self->{'listen'} |
|
218
|
0 |
0 |
0 |
$self->{'reuseport'} && $self->{'pre_fork'} && defined 15 |
|
225
|
11 |
0 |
2 |
$self->{'epoll_exclusive'} and $self->{'pre_fork'} |
|
|
0 |
0 |
2 |
$self->{'epoll_exclusive'} and $self->{'pre_fork'} and $^O eq "linux" |
|
261
|
0 |
0 |
0 |
$val =~ /^\d+$/ and $val > 0 |
|
296
|
2 |
0 |
0 |
-f $tls->{'cert_file'} and -r _ |
|
298
|
0 |
0 |
0 |
-f $tls->{'key_file'} and -r _ |
|
342
|
0 |
0 |
3 |
not $app and $self->{'app_file'} |
|
346
|
3 |
0 |
0 |
$! and not defined $app |