Condition Coverage

blib/lib/ColorThemeUtil/ANSI.pm
Criterion Covered Total %
condition 1 13 7.6


and 3 conditions

line !l l&&!r l&&r condition
22 0 0 1 defined $color and length $color

or 2 conditions

line l !l condition
34 0 0 $ansifg //= ''
38 0 0 $ansibg //= ''

or 3 conditions

line l !l&&r !l&&!r condition
33 0 0 0 $ansifg //= Color::ANSI::Util::ansifg($color->{'fg'})
37 0 0 0 $ansibg //= Color::ANSI::Util::ansibg($color->{'bg'})