blib/lib/Tags/HTML.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 15 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
32 | 1 | 9 | 4 | not $self->{'no_css'} and defined $self->{'css'} |
2 | 1 | 1 | &blessed($self->{'css'}) && $self->{'css'}->isa('CSS::Struct::Output') | |
10 | 1 | 3 | not $self->{'no_css'} and defined $self->{'css'} and not &blessed($self->{'css'}) && $self->{'css'}->isa('CSS::Struct::Output') | |
39 | 2 | 1 | 1 | &blessed($self->{'tags'}) && $self->{'tags'}->isa('Tags::Output') |
7 | 1 | 3 | defined $self->{'tags'} and not &blessed($self->{'tags'}) && $self->{'tags'}->isa('Tags::Output') |