Condition Coverage

blib/lib/Log/Dispatchouli.pm
Criterion Covered Total %
condition 12 20 60.0


and 3 conditions

line !l l&&!r l&&r condition
197 19 0 0 $arg->{'facility'} and not $self->env_value('NOSYSLOG')

or 2 conditions

line l !l condition
280 0 0 $arg{'socket'} || 'native'
327 6 33 $arg->{'level'} || 'info'
560 4 6 $arg ||= {}
631 2 0 $arg ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
160 2 0 0 $arg->{'log_path'} || $self->env_value('PATH') || 'File::Spec'->tmpdir
1 1 0 $arg->{'log_file'} || do {
308 3 36 2 $arg->{'fatal'} or not $self->get_muted