line |
l |
!l&&r |
!l&&!r |
condition |
40
|
4 |
10 |
0 |
delete $params{'config'} || $api && $api->config || 'RPC::ExtDirect::Config'->new |
175
|
8 |
20 |
0 |
$type ||= $api->type |
265
|
14 |
0 |
0 |
$actual_m_class eq $std_m_class or $actual_m_class->isa($std_m_class) |
391
|
30 |
14 |
13 |
$type eq 'remoting' or $type eq 'polling' |
402
|
26 |
4 |
0 |
$api->url || $config->router_path |
|
10 |
4 |
0 |
$api->url || $config->poll_path |
845
|
9 |
3 |
26 |
$trans->cookies || $self->cookies |
888
|
1 |
0 |
8 |
$ev->{'name'} eq '__NONE__' || $ev->{'name'} eq '' || $ev->{'type'} ne 'event' |
|
0 |
0 |
11 |
'HASH' ne ref $ev and 'ARRAY' ne ref $ev or 'HASH' eq ref $ev and $ev->{'name'} eq '__NONE__' || $ev->{'name'} eq '' || $ev->{'type'} ne 'event' |