Branch Coverage

blib/lib/HTML/FromArrayref.pm
Criterion Covered Total %
branch 12 12 100.0


line true false branch
63 12 8 ref $_ eq 'ARRAY' ? :
84 1 11 if ref $tag_name eq 'ARRAY'
88 6 5 if (defined $attributes and ref $attributes ne 'HASH')
95 1 10 unless $tag_name
133 8 5 unless my(%attributes) = @_
137 4 1 if (defined $attributes{$_})