Branch Coverage

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'})
112 5 17 if ($$self{'escape'} eq 'newline' or $$self{'escape'} eq 'nonascii')
116 3 19 if ($$self{'escape'} eq 'nonascii')
119 22 0 if ($$self{'fh'})