| line |
l |
!l&&r |
!l&&!r |
condition |
|
47
|
71 |
0 |
0 |
delete $arg->{'api'} || 'RPC::ExtDirect'->get_api |
|
48
|
71 |
0 |
0 |
delete $arg->{'config'} || 'RPC::ExtDirect::Config'->new |
|
151
|
0 |
2 |
12 |
'HASH' ne ref $data or not exists $data->{'extAction'} |
|
|
2 |
0 |
12 |
'HASH' ne ref $data or not exists $data->{'extAction'} or not exists $data->{'extMethod'} |
|
393
|
12 |
0 |
59 |
$arg->{'extAction'} || $arg->{'action'} |
|
394
|
12 |
0 |
59 |
$arg->{'extMethod'} || $arg->{'method'} |
|
395
|
13 |
0 |
58 |
$arg->{'extTID'} || $arg->{'tid'} |
|
400
|
45 |
26 |
0 |
$arg->{'data'} || $arg |