| blib/lib/Tags/HTML/Element/Button.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 8 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 25 | 2 | 6 | unless (defined $button and builtin::blessed($button) and $button->isa("Data::HTML::Element::Button")) |
| 41 | 1 | 3 | unless (exists $self->{'_button'}) |
| 66 | 1 | 2 | unless (exists $self->{'_button'}) |
| 71 | 1 | 1 | if (defined $self->{'_button'}->css_class) |