blib/lib/ColorThemeUtil/ANSI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 13 | 7.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
22 | 0 | 0 | 1 | defined $color and length $color |
line | l | !l | condition |
---|---|---|---|
29 | 0 | 0 | $ansifg //= '' |
33 | 0 | 0 | $ansibg //= '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
28 | 0 | 0 | 0 | $ansifg //= Color::ANSI::Util::ansifg($color->{'fg'}) |
32 | 0 | 0 | 0 | $ansibg //= Color::ANSI::Util::ansibg($color->{'bg'}) |