line |
!l |
l&&!r |
l&&r |
condition |
84
|
0 |
0 |
0 |
ref $res->data eq "HASH" and exists $res->data->{'result'}
|
|
0 |
0 |
0 |
ref $res->data eq "HASH" and exists $res->data->{'result'} and ref $res->data->{'result'} eq "ARRAY"
|
|
0 |
0 |
0 |
ref $res->data eq "HASH" and exists $res->data->{'result'} and ref $res->data->{'result'} eq "ARRAY" and scalar @{$res->data->{'result'}} == $number_of_expected_results
|
|
0 |
0 |
0 |
ref $res->data eq "HASH" and exists $res->data->{'result'} and ref $res->data->{'result'} eq "ARRAY" and scalar @{$res->data->{'result'}} == $number_of_expected_results and &all(sub {
|
116
|
0 |
0 |
0 |
defined $params and ref $params ne "ARRAY"
|
141
|
0 |
0 |
0 |
defined $params and ref $params ne "HASH"
|
176
|
0 |
0 |
0 |
$self->has_user and $self->has_passwd
|