blib/lib/Dancer2/Plugin/Role/Shutdown.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 14 | 50.0 |
line | l | !l | condition |
---|---|---|---|
41 | 5 | 0 | $app->session_engine // (return) |
45 | 3 | 2 | $app->cookie($engine->cookie_name) // (return) |
46 | 3 | 0 | $session_cookie->value // (return) |
57 | 1 | 0 | $app->session_engine // (return 'unsupported') |
61 | 0 | 1 | $app->cookie($engine->cookie_name) // (return 'missing') |
63 | 0 | 0 | $session_cookie->value // (return 'empty') |
99 | 1 | 0 | shift() // 0 |