Branch Coverage

blib/lib/OxdPackages/OxdConfig.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
116 0 0 if defined $op_host
127 0 0 if defined $oxd_host_port
138 0 0 if defined $authorization_redirect_uri
149 0 0 if defined $post_logout_redirect_uri
161 0 0 if defined $scope
172 0 0 if defined $application_type
183 0 0 if defined $response_types
194 0 0 if defined $grant_types
205 0 0 if defined $acr_values
220 0 0 if (open my $configJSON, $filename)
225 0 0 unless ($configOBJECT->{'authorization_redirect_uri'})
227 0 0 if (open my $configJSON, $defaultOxdSettingsJson)
228 0 0 unless (my $configJSON)
242 0 0 if ($OXD_HOST_PORT >= 0 and $OXD_HOST_PORT <= 65535) { }