line |
!l |
l&&!r |
l&&r |
condition |
109
|
0 |
0 |
0 |
defined $SIG{'TERM'} and $SIG{'TERM'} eq 'DEFAULT' |
114
|
0 |
0 |
0 |
defined $SIG{'INT'} and $SIG{'INT'} eq 'DEFAULT' |
|
0 |
0 |
0 |
defined $SIG{'INT'} and $SIG{'INT'} eq 'DEFAULT' and $args{'foreground'} |
163
|
0 |
0 |
0 |
$auth_data and $auth_level |
308
|
0 |
0 |
0 |
not ref $callback and $self->can($callback) |
426
|
0 |
0 |
0 |
ref $request eq 'HASH' and $request->{'jsonrpc'} eq '2.0' |
436
|
0 |
0 |
0 |
defined $method and $method =~ /^([\.\w-]+)\.([\w-]+)$/ |
481
|
0 |
0 |
0 |
ref $request eq 'HASH' and $request->{'jsonrpc'} eq '2.0' |
492
|
0 |
0 |
0 |
defined $method and $method =~ /^([\.\w-]+)\.([\w-]+)$/ |
518
|
0 |
0 |
0 |
&blessed($result) and $result->isa('Beekeeper::JSONRPC::Error') |
520
|
0 |
0 |
0 |
&blessed($@) and $@->isa('Beekeeper::JSONRPC::Error') |
553
|
0 |
0 |
0 |
defined $request_id and defined $response |
642
|
0 |
0 |
0 |
&blessed($result) and $result->isa('Beekeeper::JSONRPC::Error') |
806
|
0 |
0 |
0 |
$worker->{'in_progress'} > 0 and --$wait_time > 0 |