Condition Coverage

blib/lib/Net/Daemon/Log.pm
Criterion Covered Total %
condition 0 23 0.0


and 3 conditions

line !l l&&!r l&&r condition
60 0 0 0 $^O ne 'solaris' and $^O ne 'freebsd'
0 0 0 $^O ne 'solaris' and $^O ne 'freebsd' and defined &Sys::Syslog::setlogsock
0 0 0 $^O ne 'solaris' and $^O ne 'freebsd' and defined &Sys::Syslog::setlogsock and eval { do { &Sys::Syslog::_PATH_LOG() } }
76 0 0 0 ref $self and $$self{'mode'}

or 2 conditions

line l !l condition
65 0 0 $$self{'facility'} || 'daemon'

or 3 conditions

line l !l&&r !l&&!r condition
65 0 0 0 $$self{'logname'} || ref $self
73 0 0 0 !ref($self) || $self->OpenLog
120 0 0 0 not ref $self or $$self{'debug'}