blib/lib/Tags/HTML.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 10 | 100.0 |
line | true | false | branch |
---|---|---|---|
32 | 3 | 10 | if (not $self->{'no_css'} and defined $self->{'css'} and not &blessed($self->{'css'}) && $self->{'css'}->isa('CSS::Struct::Output')) |
39 | 3 | 8 | if (defined $self->{'tags'} and not &blessed($self->{'tags'}) && $self->{'tags'}->isa('Tags::Output')) |
71 | 1 | 1 | unless (defined $self->{'tags'}) |
85 | 1 | 2 | if ($self->{'no_css'}) |
89 | 1 | 1 | unless (defined $self->{'css'}) |