Condition Coverage

blib/lib/Dancer2/Plugin/Deferred.pm
Criterion Covered Total %
condition 8 10 80.0


and 3 conditions

line !l l&&!r l&&r condition
141 8 1 2 $plugin->app->request->var($plugin->var_key) and $response->status =~ /^3/

or 2 conditions

line l !l condition
57 0 3 $app->session->read($plugin->session_key_prefix . $id) || {}
87 4 5 $plugin->app->session->read($plugin->session_key_prefix . $id) || {}

or 3 conditions

line l !l&&r !l&&!r condition
108 4 8 0 $plugin->app->request->var($plugin->var_key) || sprintf('%08d', int rand 100000000)