Branch Coverage

blib/lib/Tags/HTML/Element/Option.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
25 2 5 unless (defined $option and builtin::blessed($option) and $option->isa("Data::HTML::Element::Option"))
41 1 4 unless (exists $self->{'_option'})
65 1 1 unless (exists $self->{'_option'})
70 0 1 if (defined $self->{'_option'}->css_class)