Condition Coverage

blib/lib/Catalyst/Plugin/Log/Dispatch.pm
Criterion Covered Total %
condition 0 29 0.0


and 3 conditions

line !l l&&!r l&&r condition
33 0 0 0 $c->log and ref $c->log eq 'Catalyst::Log'
66 0 0 0 exists $logc{'format'} and defined $Log::Dispatch::Config::CallerDepth
73 0 0 0 exists $logc{'format_o'} and length $logc{'format_o'}
89 0 0 0 $old_log and defined __log_dispatch_get_body($old_log)
152 0 0 0 $1 and $2
188 0 0 0 $1 and $2

or 2 conditions

line l !l condition
85 0 0 $logc{'real_time_flush'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
56 0 0 0 $logc{'class'} eq 'STDOUT' or $logc{'class'} eq 'STDERR'
205 0 0 0 shift() || time
293 0 0 0 $self->abort or not scalar @{$self->_body;}