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') |