blib/lib/Dancer2/Plugin/Auth/SAFE.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 4 | 100.0 |
line | true | false | branch |
---|---|---|---|
49 | 2 | 1 | if ($user_info) { } |
77 | 1 | 2 | if (defined $uid and defined $timestamp and defined $digest and $digest eq md5_hex($uid . $timestamp . $plugin->shared_secret) and _timestamp_deviance($timestamp) < $MAX_TIMESTAMP_DEVIANCE) |