Condition Coverage

blib/lib/Log/Fine/Handle.pm
Criterion Covered Total %
condition 10 18 55.5


and 3 conditions

line !l l&&!r l&&r condition
108 1 0 1 defined $formatter and ref $formatter
1 0 1 defined $formatter and ref $formatter and UNIVERSAL::can($formatter, 'isa')
0 0 1 defined $formatter and ref $formatter and UNIVERSAL::can($formatter, 'isa') and $formatter->isa('Log::Fine::Formatter')
232 401 0 1 defined $$self{'formatter'} and ref $$self{'formatter'}
401 0 1 defined $$self{'formatter'} and ref $$self{'formatter'} and UNIVERSAL::can($$self{'formatter'}, 'isa')
0 0 1 defined $$self{'formatter'} and ref $$self{'formatter'} and UNIVERSAL::can($$self{'formatter'}, 'isa') and $$self{'formatter'}->isa('Log::Fine::Formatter')