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