blib/lib/Google/API/Method.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 20 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
27 | 0 | 0 | 0 | $$self{'opt'}{'body'} and $$self{'opt'}{'body'}{$p} |
65 | 0 | 0 | 0 | $response->code == 401 and $$arg{'auth_driver'} |
88 | 0 | 0 | 0 | $response->content and $response->header('content-type') =~ m[^application/json] |
line | l | !l | condition |
---|---|---|---|
47 | 0 | 0 | $$self{'opt'}{'body'} || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
34 | 0 | 0 | 0 | $http_method eq 'POST' or $http_method eq 'PUT' |
0 | 0 | 0 | $http_method eq 'POST' or $http_method eq 'PUT' or $http_method eq 'PATCH' | |
0 | 0 | 0 | $http_method eq 'POST' or $http_method eq 'PUT' or $http_method eq 'PATCH' or $http_method eq 'DELETE' |