blib/lib/TeX/AutoTeX/PostScript.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
21 | 0 | 0 | 0 | -e $file and -r _ |
30 | 0 | 0 | 0 | open($CHANGED, '>', $file) && open($ORIG, '<', "$file.xbak") |
73 | 0 | 0 | 0 | -e $file and -r _ |
82 | 0 | 0 | 0 | open($STAMPED, '>', $file) && open($ORIG, '<', "$file.bak") |
84 | 0 | 0 | 0 | not rename("$file.bak", $file) and $log |