| blib/lib/OpenID/Lite/RelyingParty/Store/OnMemory.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 12 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 30 | 14 | 9 | if ($handle) { } |
| 43 | 4 | 9 | delete $$assocs{$handle} ? : |
| 55 | 2 | 2 | if ($assoc->is_expired) |
| 66 | 2 | 12 | if abs $timestamp - time > 'OpenID::Lite::Nonce'->skew |
| 68 | 5 | 7 | if exists $self->nonces->{$nonce} |
| 80 | 2 | 5 | if (abs $now - $timestamp > 'OpenID::Lite::Nonce'->skew) |