line |
!l |
l&&!r |
l&&r |
condition |
203
|
1 |
15 |
2 |
defined $name and $name =~ /^rpc\./
|
327
|
0 |
0 |
0 |
defined $proc->id && $proc->id ne ''
|
343
|
0 |
0 |
0 |
$@ and ref $@ eq 'ARRAY'
|
350
|
0 |
0 |
0 |
&blessed($error) and $error->can('error')
|
|
0 |
0 |
0 |
&blessed($error) and $error->can('error') and $error->can('trace')
|
|
0 |
0 |
0 |
&blessed($error) and $error->can('error')
|
|
0 |
0 |
0 |
ref $error ne '' and ref $error ne 'HASH'
|
|
0 |
0 |
0 |
ref $error ne '' and ref $error ne 'HASH' and ref $error ne 'ARRAY'
|
435
|
0 |
0 |
0 |
ref $rpc_response eq 'HASH' && exists $rpc_response->{'error'}
|