| blib/lib/DBIx/Squirrel/Crypt/Fernet.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 12 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 196 | 3 | 1 | $b64key ? : |
| 230 | 1 | 1 | if (UNIVERSAL::isa($self_or_b64key, __PACKAGE__)) { } |
| 264 | 2 | 4 | unless verify($self_or_b64key, $b64token, $ttl) |
| 266 | 2 | 2 | if (UNIVERSAL::isa($self_or_b64key, __PACKAGE__)) { } |
| 299 | 6 | 6 | if (UNIVERSAL::isa($self_or_b64key, __PACKAGE__)) { } |
| 307 | 4 | 8 | if $TOKEN_VERSION ne substr($t, 0, 1) or $ttl and _age_sec($t) > $ttl |