| blib/lib/Net/Daemon/Log.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 20 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 58 | 0 | 0 | 0 | $^O ne 'solaris' and $^O ne 'freebsd' |
| 0 | 0 | 0 | $^O ne 'solaris' and $^O ne 'freebsd' and eval { do { Sys::Syslog::_PATH_LOG() } } | |
| 76 | 0 | 0 | 0 | ref $self and $self->{'mode'} |
| line | l | !l | condition |
|---|---|---|---|
| 65 | 0 | 0 | $self->{'facility'} || 'daemon' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 65 | 0 | 0 | 0 | $self->{'logname'} || ref $self |
| 73 | 0 | 0 | 0 | !ref($self) || $self->OpenLog |
| 123 | 0 | 0 | 0 | not ref $self or $self->{'debug'} |