blib/lib/Dancer/Plugin/Controller.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 16 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
76 | 0 | 0 | 0 | not defined $action_result and $redirect_404 |
line | l | !l | condition |
---|---|---|---|
60 | 0 | 0 | $params{'template'} || '' |
61 | 0 | 0 | $params{'layout'} || '' |
62 | 0 | 0 | $params{'action'} || '' |
63 | 0 | 0 | $params{'redirect_404'} || '' |
66 | 0 | 0 | $$conf{'action_prefix'} || 'Action' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
81 | 0 | 0 | 0 | $custom_layout || Dancer::config()->{'layout'} |