Condition Coverage

blib/lib/Log/Report/Dispatcher/Syslog.pm
Criterion Covered Total %
condition 7 16 43.7


and 3 conditions

line !l l&&!r l&&r condition
112 1 0 0 $self->{'LRDS_incl_dom'} and $domain

or 2 conditions

line l !l condition
44 0 1 $args->{'format_reason'} ||= 'IGNORE'
57 0 1 delete $args->{'flags'} || 'pid,nowait'
58 0 1 delete $args->{'facility'} || 'user'
62 0 1 delete $args->{'charset'} || 'utf-8'
63 0 1 $args->{'format'} || sub { $_[0]; }

or 3 conditions

line l !l&&r !l&&!r condition
56 0 1 0 delete $args->{'identity'} || basename($0)