| lib/Templer/Plugin/FileContents.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 12 | 58.3 |
| line | true | false | branch |
|---|---|---|---|
| 115 | 2 | 64 | if ($hash{$key} =~ /^read_file\((.*)\)/) |
| 133 | 1 | 1 | if ($file eq 'SELF') { } |
| 1 | 0 | elsif ($file =~ m[^/]) { } | |
| 170 | 0 | 0 | if (-e $dir . '/' . $file) |
| 199 | 2 | 0 | if (-e $name) { } |
| 201 | 0 | 2 | unless open my $handle, '<:utf8', $name |