lib/Egg/View.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 3 | 0.0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
16 | 0 | 0 | 0 | $e->template || do { my $path = join('/', @{$e->action;}) || do { $e->debug_out('Egg::View - $e->template is empty. '); return do { $e->finished('404 Not Found'); undef } }; "$path." . $e->config->{'template_extention'} } |