blib/lib/String/Tagged/IRC.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 22 | 34 | 64.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
104 | 0 | 0 | 2 | $colcode =~ /^(\d\d?)/ and $1 < 16 |
119 | 0 | 0 | 3 | $idx >= 0 and $idx < @termcolours |
198 | 1 | 18 | 2 | length $piece and $opts{'parse_plain_formatting'} |
line | l | !l | condition |
---|---|---|---|
252 | 0 | 3 | $opts{'default_fg'} // 0 |
269 | 1 | 8 | $fg // '' |
1 | 8 | $formats{'fg'} // '' | |
1 | 6 | $bg // '' | |
0 | 7 | $formats{'bg'} // '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
138 | 0 | 0 | 14 | $ctrl eq 'U' or $ctrl eq '_' |
0 | 2 | 12 | $ctrl eq 'R' or $ctrl eq ']' | |
269 | 2 | 1 | 6 | ($fg // '') ne ($formats{'fg'} // '') or ($bg // '') ne ($formats{'bg'} // '') |
272 | 0 | 0 | 1 | $fg //= $default_fg |
293 | 1 | 0 | 2 | defined $formats{'fg'} or defined $formats{'bg'} |