Branch Coverage

blib/lib/WWW/Google/Cloud/Auth/ServiceAccount.pm
Criterion Covered Total %
branch 4 6 66.6


line true false branch
84 0 3 unless open my $fh, '<', $self->credentials_path
100 1 3 if $self->_token and $self->clock->() < $self->_token_expiry
111 3 0 if ($response->is_success) { }