Condition Coverage

blib/lib/Dancer2/Logger/Fluent.pm
Criterion Covered Total %
condition 2 17 11.7


or 2 conditions

line l !l condition
80 0 2 $self->host || '127.0.0.1'
0 2 $self->port || 24224
106 0 0 $self->host || '127.0.0.1'
0 0 $self->port || 24224
0 0 $self->event_time || 0
0 0 $self->truncate_buffer_at_overflow || 0
116 0 0 $self->_fluent->{'pending'} ||= ''

or 3 conditions

line l !l&&r !l&&!r condition
75 0 0 0 $self->{'tag_prefix'} || $self->app_name || $ENV{'DANCER_APPDIR'} || basename($0)