Branch Coverage

blib/lib/WWW/Tumblr/ResponseError.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
13 0 0 if (ref $j and ref $j eq 'HASH') { }
14 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'}) { }
15 0 0 unless (scalar @{$j->{'response'};})
22 0 0 if (ref $j->{'response'}{'errors'} eq 'HASH' and defined $j->{'response'}{'errors'}{'state'}) { }
0 0 elsif (ref $j->{'response'}{'errors'} eq 'ARRAY') { }