Branch Coverage

lib/Google/RestApi/Auth/OAuth2Client.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
55 0 0 if $$self{"headers"}
81 0 0 if (scalar @_ == 1) { }
0 0 elsif (@_) { }
111 0 0 unless ($$self{"oauth2_client"})
127 0 0 unless ($$self{"oauth2_webserver"})
144 0 0 unless $res->is_success
145 0 0 unless my(%res_params) = $self->oauth2_webserver->params_from_response($res)