blib/lib/IRC/Formatting/HTML/Output.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 23 | 73.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
22 | 1 | 19 | 20 | defined $text and length $text |
91 | 7 | 0 | 9 | defined $_fg and $IRC::Formatting::HTML::Output::COLORS[$_fg] |
92 | 7 | 0 | 9 | defined $_bg and $IRC::Formatting::HTML::Output::COLORS[$_bg] |
115 | 2 | 0 | 2 | defined $_fg and $IRC::Formatting::HTML::Output::COLORS[$_fg] |
116 | 2 | 0 | 2 | defined $_bg and $IRC::Formatting::HTML::Output::COLORS[$_bg] |
line | l | !l | condition |
---|---|---|---|
85 | 1 | 5 | $bg || 0 |
1 | 5 | $fg || 1 | |
109 | 0 | 1 | $bg || 0 |
0 | 1 | $fg || 1 |