blib/lib/WWW/Tumblr/ResponseError.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
13 | 0 | 0 | 0 | ref $j and ref $j eq 'HASH' |
14 | 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'} | |
22 | 0 | 0 | 0 | ref $j->{'response'}{'errors'} eq 'HASH' and defined $j->{'response'}{'errors'}{'state'} |