Condition Coverage

blib/lib/Blatte/HTML.pm
Criterion Covered Total %
condition 17 18 94.4


and 3 conditions

line !l l&&!r l&&r condition
195 18 7 1 $obj_is_html_elt && $obj->name eq '_p'
196 18 7 1 $obj_is_html_elt && $obj->name eq '_ent'
205 18 7 1 $obj_is_html_elt && $obj->name eq 'p'
206 3 23 0 $do_p && ($obj_is_p || defined $ws && $ws =~ /\n.*\n/)

or 3 conditions

line l !l&&r !l&&!r condition
197 1 1 24 $obj_is__p || $obj_is__ent
259 2 4 2 $obj_is_control or not $HTML::Tagset::emptyElement{$name}