Branch Coverage

blib/lib/DBIx/Table2Hash.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
67 0 0 if $key =~ /$skip/
69 0 0 if $child->{$key}
95 0 0 if (exists $arg{$arg_name}) { }
118 0 0 unless $self->{'_dbh'} and $self->{'_table_name'} and $self->{'_key_column'} and $self->{'_value_column'}
129 0 0 if defined $data->[0]
145 0 0 unless $self->{'_dbh'} and $self->{'_table_name'} and $self->{'_key_column'}
155 0 0 $column_name{lc $self->{'_key_column'}} ? :
165 0 0 if defined $$data{$self->{'_key_column'}}
181 0 0 unless $self->{'_child_column'} and $self->{'_parent_column'}
183 0 0 unless $self->{'_hash_ref'}
190 0 0 unless $children{$parent_id}
210 0 0 if exists $$self{"_$arg"}