| line |
!l |
l&&!r |
l&&r |
condition |
|
23
|
0 |
0 |
0 |
ref $j eq "HASH" and ref $j->{'response'} eq "HASH"
|
|
|
0 |
0 |
0 |
ref $j eq "HASH" and ref $j->{'response'} eq "HASH" and ref $j->{'response'}{'errors'} eq "ARRAY"
|
|
26
|
0 |
0 |
0 |
ref $err eq "HASH" and ($err->{'code'} || 0) == 8004
|
|
41
|
0 |
0 |
0 |
ref $j and ref $j eq "HASH"
|
|
42
|
0 |
0 |
0 |
ref $j->{'response'} and ref $j->{'response'} eq "ARRAY"
|
|
|
0 |
0 |
0 |
ref $j->{'response'} and ref $j->{'response'} eq "HASH"
|
|
|
0 |
0 |
0 |
ref $j->{'response'} and ref $j->{'response'} eq "HASH" and defined $j->{'response'}{'errors'}
|
|
50
|
0 |
0 |
0 |
ref $j->{'response'}{'errors'} eq "HASH" and defined $j->{'response'}{'errors'}{'state'}
|