| blib/lib/Prancer/Template/TemplateToolkit.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 26 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 19 | 0 | 0 | defined $_ ? : |
| 24 | 0 | 0 | unless defined $$config{'template_dir'} |
| 26 | 0 | 0 | unless -e $include_path |
| 27 | 0 | 0 | unless -r $include_path |
| 29 | 0 | 0 | defined $$config{'cache_dir'} ? : |
| 30 | 0 | 0 | if (defined $cache_path) |
| 31 | 0 | 0 | unless -e $cache_path |
| 32 | 0 | 0 | unless -r $cache_path |
| 33 | 0 | 0 | unless -w $cache_path |
| 51 | 0 | 0 | if $cache_path |
| 61 | 0 | 0 | unless $$self{'_engine'}->process($input, $vars, \$output) |
| 63 | 0 | 0 | defined $_ ? : |
| 67 | 0 | 0 | defined $output ? : |