line |
!l |
l&&!r |
l&&r |
condition |
42
|
0 |
6 |
41 |
not ref $ports and defined $ports |
44
|
0 |
41 |
6 |
not ref $paths and defined $paths |
47
|
0 |
0 |
47 |
$opts->{'exec'} and ref $opts->{'exec'} eq 'ARRAY' |
81
|
25 |
0 |
22 |
$opts->{'status_file'} && 'Server::Starter::Guard'->new(sub {
if ($status_file_created) {
unlink $opts->{'status_file'};
};
}
) |
156
|
0 |
2 |
0 |
-S $_ and unlink $_ |
300
|
2 |
68 |
0 |
$block and $ENV{'ENABLE_AUTO_RESTART'} |
368
|
17 |
37 |
0 |
not $restart and $ENV{'ENABLE_AUTO_RESTART'} |
371
|
25 |
0 |
4 |
$elapsed_since_restart >= $auto_restart_interval and not %old_workers |
410
|
0 |
0 |
0 |
$opts->{'pid_file'} and $opts->{'status_file'} |
448
|
0 |
0 |
0 |
scalar @gens == 1 and $gens[0] == $wait_for |
492
|
61 |
9 |
0 |
defined $dn and -d $dn |
530
|
28 |
58 |
0 |
$pid == -1 and $@ |