line |
l |
!l |
condition |
24
|
0 |
2 |
$app->log->debug('Set default render handler ' . $plugin->handler_name) and $app->defaults('handler', $plugin->handler_name) |
82
|
0 |
3 |
$app->log->debug(sprintf('Empty or nothing template "%s"', $name)) and return |
92
|
0 |
1 |
$$output = $plugin->error(sprintf('Compile time error for template "%s" from the %s: %s', $name, $from, $err), $c) and return |
102
|
0 |
1 |
$$output = $plugin->error(sprintf(qq[Runtime error for template "%s" from the %s:\n%s], $name, $from, $@), $c) and return |
112
|
0 |
0 |
$c->stash(%{$plugin->exception;}) and die $error |