| line | true | false | branch | 
 
| 31 | 0 | 0 | unless (exists $self->{'ident'} and defined $self->{'ident'}) | 
 
| 32 | 0 | 0 | unless (exists $self->{'priority'} and defined $self->{'priority'}) | 
 
| 33 | 0 | 0 | unless (exists $self->{'options'} and defined $self->{'options'}) | 
 
| 34 | 0 | 0 | unless (exists $self->{'facility'} and defined $self->{'facility'}) | 
 
| 35 | 0 | 0 | unless (exists $self->{'logopened'} and defined $self->{'logopened'}) | 
 
| 45 | 0 | 0 | if (exists $self->{'logopened'} and defined $self->{'logopened'} and $self->{'logopened'} > 0) | 
 
| 55 | 0 | 0 | if ($self->should_log($level)) | 
 
| 58 | 0 | 0 | $self->{'logopened'} != 2 ? : | 
 
| 67 | 0 | 0 | if $self->{'logopened'} == 2 |