Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
36 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'
39 0 0 $j->{'error'} // ''
46 0 0 $m->{'errors'} // []

or 3 conditions

line l !l&&r !l&&!r condition
44 0 0 0 $m->{'message'} // $j->{'message'}
49 0 0 0 $e->{'location'} // $e->{'domain'}