Branch Coverage

blib/lib/Data/Tabular/Table/Extra.pm
Criterion Covered Total %
branch 2 24 8.3


line true false branch
16 0 18 unless $$self{'data'}{'headers'}
0 18 unless $self->extra->{'columns'}
47 0 0 unless $$self{'data'}{'headers'}
0 0 unless $self->extra->{'columns'}
64 0 0 unless ($$self{'_header_off'})
72 0 0 unless defined $ret
84 0 0 if ($column >= $count) { }
100 0 0 unless $row
106 0 0 if (ref $$extra{$key} eq 'CODE') { }
110 0 0 if ($@)
117 0 0 if (ref $ret)
118 0 0 if ref $ret eq 'HASH'