blib/lib/App/sdview/Output/Man.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 12 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
78 | 17 | 4 | 0 | @fontstack and not $tags{$fontstack[-1]} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
81 | 4 | 1 | 0 | &any(sub { $_ eq "C"; } , @fontstack) or $ret .= "\\f(CW", push(@fontstack, "C") |
84 | 0 | 1 | 0 | &any(sub { $_ eq "B"; } , @fontstack) or $ret .= "\\fB", push(@fontstack, "B") |
87 | 0 | 1 | 0 | &any(sub { $_ eq "I"; } , @fontstack) or $ret .= "\\fI", push(@fontstack, "I") |