| line |
!l |
l&&!r |
l&&r |
condition |
|
32
|
1 |
11 |
4 |
not $self->{'no_css'} and defined $self->{'css'} |
|
|
2 |
1 |
1 |
builtin::blessed($self->{'css'}) && $self->{'css'}->isa('CSS::Struct::Output') |
|
|
12 |
1 |
3 |
not $self->{'no_css'} and defined $self->{'css'} and not builtin::blessed($self->{'css'}) && $self->{'css'}->isa('CSS::Struct::Output') |
|
39
|
2 |
1 |
2 |
builtin::blessed($self->{'tags'}) && $self->{'tags'}->isa('Tags::Output') |
|
|
8 |
2 |
3 |
defined $self->{'tags'} and not builtin::blessed($self->{'tags'}) && $self->{'tags'}->isa('Tags::Output') |