| blib/lib/Mojolicious/Plugin/SimpleSession.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 16 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 32 | 0 | 0 | if ($cookie->name eq 'session') | 
| 39 | 0 | 0 | if (_cookie_valid($cookie_hash)) { } | 
| 43 | 0 | 0 | if $@ | 
| 91 | 0 | 0 | if ($cookie_hash and _checksum_data($session_data) ne $checksum) | 
| 113 | 0 | 0 | unless -e $filename | 
| 114 | 0 | 0 | if _too_old($filename) | 
| 122 | 0 | 0 | if (_too_old($session_file)) | 
| 130 | 0 | 0 | if time - (stat $file)[8] > $max_time |