Branch Coverage

blib/lib/Log/Fine/Handle.pm
Criterion Covered Total %
branch 12 18 66.6


line true false branch
71 4 4 if $self->isLoggable(log($map->maskToValue($maskname)) / 0.69314718055994529 - 1)
107 1 0 if defined $formatter and ref $formatter and UNIVERSAL::can($formatter, 'isa') and $formatter->isa('Log::Fine::Formatter')
145 0 791 unless defined $lvl
149 791 0 $lvl =~ /^\d+$/ ? :
153 0 791 unless defined $val
158 399 392 ($self->{'mask'} & $shifted) == $shifted ? :
200 1 0 $class eq 'Log::Fine::Handle' ? :
224 17 385 unless defined $self->{'mask'}
231 0 1 unless defined $self->{'formatter'} and ref $self->{'formatter'} and UNIVERSAL::can($self->{'formatter'}, 'isa') and $self->{'formatter'}->isa('Log::Fine::Formatter')