blib/lib/Mojar/Google/Analytics/Response.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 17 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
36 | 0 | 0 | 0 | $res and my $j = $res->json |
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'} // [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
44 | 0 | 0 | 0 | $m->{'message'} // $j->{'message'} |
49 | 0 | 0 | 0 | $e->{'location'} // $e->{'domain'} |