Condition Coverage

blib/lib/Tags/HTML.pm
Criterion Covered Total %
condition 13 15 86.6


and 3 conditions

line !l l&&!r l&&r condition
32 1 6 3 not $self->{'no_css'} and defined $self->{'css'}
2 0 1 &blessed($self->{'css'}) && $self->{'css'}->isa('CSS::Struct::Output')
7 1 2 not $self->{'no_css'} and defined $self->{'css'} and not &blessed($self->{'css'}) && $self->{'css'}->isa('CSS::Struct::Output')
39 2 0 1 &blessed($self->{'tags'}) && $self->{'tags'}->isa('Tags::Output')
5 1 2 defined $self->{'tags'} and not &blessed($self->{'tags'}) && $self->{'tags'}->isa('Tags::Output')