Condition Coverage

blib/lib/Data/HexDump/Range/Format.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
138 0 0 0 defined $self->{'COLOR_NAMES'} and 'HASH' ne ref $self->{'COLOR_NAMES'}

or 3 conditions

line l !l&&r !l&&!r condition
93 0 0 0 $color || $self->{'COLORS'}{$self->{'FORMAT'}}[$self->{'CURRENT_COLOR_INDEX'}]
100 0 0 0 $color || $self->{'COLORS'}{$self->{'FORMAT'}}[-1]
158 0 0 0 $self->{'COLOR_NAMES'}{'ANSI'}{$name} //= $ansi_color
159 0 0 0 $self->{'COLOR_NAMES'}{'HTML'}{$name} //= $html_color