Branch Coverage

blib/lib/Mojar/Google/Analytics/Response.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
24 0 0 if ($res->is_success) { }
36 0 0 if ($res and my $j = $res->json)
39 0 0 ref $j->{'error'} ? :
42 0 0 if $m->{'code'}
59 0 0 unless my $rows = $self->rows
60 0 0 unless my $height = @$rows
61 0 0 unless my $width = @{$rows->[0];}