Branch Coverage
blib/lib/Tags/HTML/Element/A.pm
Criterion
Covered
Total
%
branch
4
4
100.0
line
true
false
branch
25
2
6
unless
(
defined
$a
and
builtin::blessed
(
$a
)
and
$a
->
isa
(
"Data::HTML::Element::A"
)
)
41
1
4
unless
(
exists
$self
->{
'_a'
}
)