Condition Coverage

blib/lib/HTML/LoL.pm
Criterion Covered Total %
condition 19 36 52.7


and 3 conditions

line !l l&&!r l&&r condition
30 4 1 1 UNIVERSAL::isa($x, 'HTML::LoL::Special') && $$x eq 'bool_yes'
35 4 0 1 UNIVERSAL::isa($x, 'HTML::LoL::Special') && $$x eq 'bool_no'
40 7 1 2 UNIVERSAL::isa($x, 'HTML::LoL::Special') && $$x eq 'noquote'
45 7 1 0 UNIVERSAL::isa($x, 'HTML::LoL::Special') && $$x eq 'requote'
50 7 0 1 UNIVERSAL::isa($x, 'HTML::LoL::Special') && $$x eq 'preserve'
106 0 0 0 $$columnref > 0 and 1 + length($word) + $$columnref > 72
153 10 0 0 $$wsokref and not $pre
200 3 0 7 defined $tag and not $empty

or 3 conditions

line l !l&&r !l&&!r condition
101 0 0 0 $leading_ws or $trailing_ws
102 0 0 8 $$wsokref ||= $leading_ws
150 1 0 6 $pre ||= $hl_pre{$tag}
197 0 0 7 $$wsokref ||= $hl_wsok{$tag}