| lib/Web/DataService/Render.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 18 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 30 | 0 | 0 | unless defined $template_path and $template_path ne '' | 
| 34 | 0 | 0 | if (-e $full_path) | 
| 36 | 0 | 0 | if -r $full_path | 
| 55 | 0 | 0 | unless open my $fh, '<', $full_path | 
| 77 | 0 | 0 | unless defined $ds->{'templating_plugin'} | 
| 97 | 0 | 0 | unless defined $template and $template ne '' | 
| 101 | 0 | 0 | if (-e $template_file) | 
| 103 | 0 | 0 | if -r $template_file | 
| 126 | 0 | 0 | unless defined $ds->{'templating_plugin'} |