blib/lib/WebEditor/OldFeatures/PrintTemplates.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 8 | 0.0 |
line | true | false | branch |
---|---|---|---|
65 | 0 | 0 | if (-e $c->paths->site_templatebase . "/$printtemplate") |
74 | 0 | 0 | unless open HTML, ">$tmpfile" |
79 | 0 | 0 | if (File::Compare::compare($phtmlfile, $tmpfile) == 0) { } |
85 | 0 | 0 | unless rename $tmpfile, $phtmlfile |