blib/lib/FTN/Log.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 10 | 30.0 |
line | true | false | branch |
---|---|---|---|
62 | 0 | 1 | if ($log_file eq 'stdout') { } |
0 | 1 | elsif ($log_file eq 'stderr') { } | |
63 | 0 | 0 | unless open $fh, '>', *STDOUT |
66 | 0 | 0 | unless open $fh, '>', *STDERR |
69 | 0 | 1 | unless open $fh, '>>', $log_file |