Branch Coverage

blib/lib/Term/Table/HashBase.pm
Criterion Covered Total %
branch 28 34 82.3


line true false branch
45 7 0 $] >= 5.01 && require mro ? :
61 25 0 if not $Term::Table::HashBase::VERSION{$into} or $Term::Table::HashBase::VERSION{$into} > $ver
69 0 2 unless $Term::Table::HashBase::ATTR_SUBS{$_}
72 3 22 $into->can('new') ? :
77 7 135 if $spec->{'strip'}
84 140 2 if $spec->{'reader'}
85 136 6 if $spec->{'writer'}
86 3 139 if $spec->{'read_only'}
87 1 141 if $spec->{'dep_writer'}
107 0 6 if (0.004 > ($Term::Table::HashBase::VERSION{$_} || 0)) { }
112 6 0 $list ? :
126 3 304 if (@_ == 1) { }
130 1 2 if ($type eq 'HASH') { }
134 0 2 unless $type eq "ARRAY"
141 1 8 unless my $key = shift @attributes
153 20 286 unless exists $Term::Table::HashBase::CAN_CACHE{$class}
155 298 8 if $Term::Table::HashBase::CAN_CACHE{$class}