| blib/lib/Log/Any/Adapter/FileHandle.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 14 | 85.7 |
| line | true | false | branch |
|---|---|---|---|
| 82 | 0 | 11 | unless (exists $$self{'fh'}) |
| 86 | 6 | 5 | if ($$self{'fh'}->can('autoflush') and not $$self{'no_autoflush'}) |
| 91 | 9 | 2 | unless (exists $$self{'format'}) |
| 95 | 9 | 2 | if (not exists $$self{'escape'}) |
| 107 | 5 | 17 | if ($$self{'escape'} eq 'newline' or $$self{'escape'} eq 'nonascii') |
| 111 | 3 | 19 | if ($$self{'escape'} eq 'nonascii') |
| 114 | 22 | 0 | if ($$self{'fh'}) |