| line |
true |
false |
branch |
|
14
|
0 |
0 |
if $self->code == 429
|
|
16
|
0 |
0 |
if ($self->code == 400)
|
|
20
|
0 |
0 |
if $@
|
|
23
|
0 |
0 |
if (ref $j eq "HASH" and ref $j->{'response'} eq "HASH" and ref $j->{'response'}{'errors'} eq "ARRAY")
|
|
26
|
0 |
0 |
if ref $err eq "HASH" and ($err->{'code'} || 0) == 8004
|
|
37
|
0 |
0 |
if ($@)
|
|
41
|
0 |
0 |
if (ref $j and ref $j eq 'HASH') { }
|
|
42
|
0 |
0 |
if (ref $j->{'response'} and ref $j->{'response'} eq 'ARRAY') { }
|
|
|
0 |
0 |
elsif (ref $j->{'response'} and ref $j->{'response'} eq 'HASH' and defined $j->{'response'}{'errors'}) { }
|
|
43
|
0 |
0 |
unless (scalar @{$j->{'response'};})
|
|
50
|
0 |
0 |
if (ref $j->{'response'}{'errors'} eq 'HASH' and defined $j->{'response'}{'errors'}{'state'}) { }
|
|
|
0 |
0 |
elsif (ref $j->{'response'}{'errors'} eq 'ARRAY') { }
|