| blib/lib/ClearPress/authenticator/session.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 12 | 91.6 |
| line | true | false | branch |
|---|---|---|---|
| 42 | 0 | 4 | unless (eval { do { $decoded = &decode_base64($token) } }) |
| 50 | 1 | 3 | unless (eval { do { $decrypted = $self->cipher->decrypt($decoded) } }) |
| 59 | 1 | 2 | unless (eval { do { $deyamled = Load($decrypted) } }) |
| 70 | 1 | 7 | if ($key) |
| 74 | 3 | 5 | if ($self->{'key'}) |
| 84 | 4 | 4 | unless ($self->{'cipher'}) |