Branch Coverage

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


line true false branch
119 0 0 if ($self->{'unix'}) { }
147 0 0 if ref $msg eq 'ARRAY' and @$msg == 1
150 0 0 if (eval { do { $msg->isa('Log::Message::JSON') } }) { }
0 0 elsif (eval { do { $msg->DOES('Log::Message::Structured') } }) { }
167 0 0 if ($self->{'hostname_field'})
170 0 0 if ($self->{'category_field'})
173 0 0 if ($self->{'level_field'})
178 0 0 if ($self->{'tag'}) { }
0 0 elsif ($self->{'tag_prefix'}) { }