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