Branch Coverage

blib/lib/WWW/Google/ClientLogin.pm
Criterion Covered Total %
branch 12 12 100.0


line true false branch
19 2 7 unless ($params{'email'} and $params{'password'} and $params{'service'})
32 1 4 $$self{'logintoken'} ? :
1 4 $$self{'logincaptcha'} ? :
44 2 3 if ($http_response->is_success) { }
2 1 elsif ($http_response->code == 403) { }
65 1 1 if ($$params{'Error'} eq 'CaptchaRequired')