Branch Coverage

blib/lib/Crypt/Fernet.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
71 1 3 unless verify($key, $token, $ttl)
99 0 8 unless $token_version eq $FERNET_TOKEN_VERSION
101 4 4 if ($ttl > 0)
104 2 2 if time - $timestamp > $ttl
111 6 0 if $token_sign eq $verify_digest