line |
!l |
l&&!r |
l&&r |
condition |
49
|
0 |
0 |
0 |
exists $data->{'blocking-errors'} and ref $data->{'blocking-errors'} eq "ARRAY"
|
|
0 |
0 |
0 |
exists $data->{'blocking-errors'} and ref $data->{'blocking-errors'} eq "ARRAY" and exists $data->{'blocking-errors'}[0]
|
|
0 |
0 |
0 |
exists $data->{'blocking-errors'} and ref $data->{'blocking-errors'} eq "ARRAY" and exists $data->{'blocking-errors'}[0] and exists $data->{'blocking-errors'}[0]{'message'}
|
|
0 |
0 |
0 |
exists $data->{'errors'} and ref $data->{'errors'} eq "ARRAY"
|
|
0 |
0 |
0 |
exists $data->{'errors'} and ref $data->{'errors'} eq "ARRAY" and exists $data->{'errors'}[0]
|
|
0 |
0 |
0 |
exists $data->{'errors'} and ref $data->{'errors'} eq "ARRAY" and exists $data->{'errors'}[0] and exists $data->{'errors'}[0]{'message'}
|
|
0 |
0 |
0 |
exists $data->{'warnings'} and ref $data->{'warnings'} eq "ARRAY"
|
|
0 |
0 |
0 |
exists $data->{'warnings'} and ref $data->{'warnings'} eq "ARRAY" and exists $data->{'warnings'}[0]
|
|
0 |
0 |
0 |
exists $data->{'warnings'} and ref $data->{'warnings'} eq "ARRAY" and exists $data->{'warnings'}[0] and exists $data->{'warnings'}[0]{'message'}
|
121
|
0 |
0 |
0 |
exists $data->{$list_key} and ref $data->{$list_key} eq "ARRAY"
|
415
|
0 |
0 |
0 |
defined $params and ref $params ne "HASH"
|
436
|
0 |
0 |
0 |
defined $callback and ref $callback ne "CODE"
|
440
|
0 |
0 |
0 |
$task = $self->get_task({"task-id", $taskid})->{'tasks'}[0] and $task->{'status'} eq "in progress"
|