Branch Coverage

blib/lib/Log/Log4perl/Appender/Fluent.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
113 0 0 if ($$self{'unix'}) { }
135 0 0 if ref $msg eq 'ARRAY' and @$msg == 1
138 0 0 if (eval { do { $msg->isa('Log::Message::JSON') } }) { }
0 0 elsif (eval { do { $msg->DOES('Log::Message::Structured') } }) { }
155 0 0 if ($$self{'hostname_field'})
158 0 0 if ($$self{'category_field'})
161 0 0 if ($$self{'level_field'})
166 0 0 if ($$self{'tag'}) { }
0 0 elsif ($$self{'tag_prefix'}) { }