Branch Coverage

blib/lib/OIDC/Client/AccessTokenBuilder.pm
Criterion Covered Total %
branch 21 22 95.4


line true false branch
39 19 9 defined $token_response->expires_in ? :
41 19 9 defined $token_response->scope ? :
44 19 9 defined $token_type ? :
19 9 defined $expires_at ? :
19 9 defined $scopes ? :
67 1 9 defined $token_type ? :
6 4 defined $expires_at ? :
5 5 defined $scopes ? :
79 5 5 unless my $claim_name = &first(sub {
84 1 4 unless (ref $scopes)
88 4 0 ref $scopes eq 'ARRAY' ? :