| blib/lib/Authen/WebAuthn.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 23 | 78.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 160 | 3 | 2 | 1 | $requested_uv eq "required" and $authenticator_data->{'flags'}{'userVerified'} != 1 |
| 342 | 9 | 1 | 1 | $requested_uv eq "required" and $authenticator_data->{'flags'}{'userVerified'} != 1 |
| 874 | 0 | 0 | 1 | $attestation_statement->{'x5c'} and ref $attestation_statement->{'x5c'} eq "ARRAY" |
| 0 | 0 | 1 | $attestation_statement->{'x5c'} and ref $attestation_statement->{'x5c'} eq "ARRAY" and $attestation_statement->{'x5c'}[0] |
| line | l | !l | condition |
|---|---|---|---|
| 159 | 3 | 3 | $requested_uv ||= "preferred" |
| 341 | 4 | 7 | $requested_uv ||= "preferred" |
| 368 | 5 | 3 | $stored_sign_count //= 0 |
| 425 | 2 | 19 | $connection_tbid_b64 //= "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 370 | 5 | 0 | 3 | $signature_count > 0 or $stored_sign_count > 0 |