blib/lib/Dancer2/Plugin/Role/Shutdown.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 14 | 50.0 |
line | l | !l | condition |
---|---|---|---|
43 | 5 | 0 | $app->session_engine // (return) |
47 | 3 | 2 | $app->cookie($engine->cookie_name) // (return) |
48 | 3 | 0 | $session_cookie->value // (return) |
60 | 1 | 0 | $app->session_engine // (return 'unsupported') |
64 | 0 | 1 | $app->cookie($engine->cookie_name) // (return 'missing') |
65 | 0 | 0 | $session_cookie->value // (return 'empty') |
99 | 1 | 0 | shift() // 0 |