Branch Coverage

blib/lib/Fault/Delegate/Syslog.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
29 0 0 unless (Sys::Syslog::syslog($msg->priority, $m))
38 0 0 unless ($$self{'init'})
39 0 0 unless (Sys::Syslog::openlog('', 'cons,ndelay,pid,perror,user', 'user'))
43 0 0 if $self->_write($msg)