| blib/lib/Net/SAML2/Protocol/Artifact.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 14 | 78.5 |
| line | true | false | branch |
|---|---|---|---|
| 50 | 1 | 1 | if (my $node = $xpath->findnodes("/samlp:ArtifactResponse/samlp:Response")) |
| 54 | 1 | 1 | if (my $node = $xpath->findnodes("/samlp:ArtifactResponse/samlp:LogoutResponse")) |
| 60 | 2 | 0 | if (my $value = $xpath->findvalue("/samlp:ArtifactResponse/\@IssueInstant")) |
| 64 | 1 | 1 | $response ? : |
| 1 | 1 | $logoutresponse ? : | |
| 92 | 0 | 0 | if $self->status eq $self->status_uri("success") |
| 99 | 1 | 1 | if $self->has_logout_response |