Condition Coverage

blib/lib/Mojar/Google/Analytics/Response.pm
Criterion Covered Total %
condition 0 22 0.0


and 3 conditions

line !l l&&!r l&&r condition
37 0 0 0 $res and my $j = $res->json

or 2 conditions

line l !l condition
32 0 0 $res->code || 408
0 0 $res->message // 'Possible timeout'
40 0 0 $j->{'error'} // ''
43 0 0 ($m->{'code'} || $self->{'error'}{'code'}) // 0
47 0 0 $m->{'errors'} // []

or 3 conditions

line l !l&&r !l&&!r condition
43 0 0 0 $m->{'code'} || $self->{'error'}{'code'}
45 0 0 0 $m->{'message'} // $j->{'message'}
50 0 0 0 $e->{'location'} // $e->{'domain'}