Branch Coverage

blib/lib/OIDC/Lite/Server/Scope.pm
Criterion Covered Total %
branch 18 18 100.0


line true false branch
11 7 6 if $self->is_openid_request($scopes)
17 5 2 if exists $optional_scope_hash{$scope}
26 1 17 unless ref $scopes eq 'ARRAY'
38 1 4 unless ref $scopes eq 'ARRAY'
51 5 5 if $scope eq 'openid'
54 1 9 if $scope eq 'profile'
60 1 9 if $scope eq 'email'
63 1 9 if $scope eq 'address'
66 1 9 if $scope eq 'phone'