Condition Coverage

blib/lib/WWW/Tumblr/ResponseError.pm
Criterion Covered Total %
condition 0 28 0.0


and 3 conditions

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'}

or 2 conditions

line l !l condition
26 0 0 $err->{'code'} || 0
39 0 0 $self->response->message || 'Unknown error'