Condition Coverage

blib/lib/App/sdview/Output/Man.pm
Criterion Covered Total %
condition 6 12 50.0


and 3 conditions

line !l l&&!r l&&r condition
78 17 4 0 @fontstack and not $tags{$fontstack[-1]}

or 3 conditions

line l !l&&r !l&&!r condition
81 4 1 0 &any(sub { $_ eq "monospace"; } , @fontstack) or $ret .= "\\f(CW", push(@fontstack, "monospace")
84 0 1 0 &any(sub { $_ eq "bold"; } , @fontstack) or $ret .= "\\fB", push(@fontstack, "bold")
87 0 1 0 &any(sub { $_ eq "italic"; } , @fontstack) or $ret .= "\\fI", push(@fontstack, "italic")