Condition Coverage

blib/lib/Data/Printer/Theme.pm
Criterion Covered Total %
condition 13 16 81.2


and 3 conditions

line !l l&&!r l&&r condition
59 252 0 13 $colors_to_override and ref $colors_to_override eq "HASH"
252 0 13 $colors_to_override and ref $colors_to_override eq "HASH" and keys %$colors_to_override
127 1 1 2 $r < 256 and $g < 256
2 1 1 $r < 256 and $g < 256 and $b < 256

or 2 conditions

line l !l condition
21 5 0 $self->{'colors'}{$color_type} || ''
28 7 2 $self->{'sgr_colors'}{$color_type} || ''