Branch Coverage

blib/lib/Tags/HTML/Element/Select.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
26 2 3 unless (defined $select and builtin::blessed($select) and $select->isa("Data::HTML::Element::Select"))
47 1 1 unless (exists $self->{'_select'})
73 1 2 unless (exists $self->{'_select'})
78 1 1 if (defined $self->{'_select'}->css_class)