Branch Coverage

blib/lib/Data/HexDump/Range/Format.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
91 0 0 if ($self->{'COLOR'} eq 'cycle') { }
0 0 elsif ($self->{'COLOR'} eq 'no_cycle') { }
0 0 elsif ($self->{'COLOR'} eq 'bw') { }
96 0 0 if $self->{'CURRENT_COLOR_INDEX'} >= @{$self->{'COLORS'}{$self->{'FORMAT'}};}
138 0 0 if (defined $self->{'COLOR_NAMES'} and 'HASH' ne ref $self->{'COLOR_NAMES'})
141 0 0 unless my $colors = do $self->{'COLOR_NAMES'}
144 0 0 unless 'HASH' eq ref $colors
177 0 0 if (exists $line->{$field})
188 0 0 if $line->{'NEW_LINE'}