Branch Coverage

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


line true false branch
117 0 0 if $key =~ /$skip/
119 0 0 if $$child{$key}
145 0 0 if (exists $arg{$arg_name}) { }
167 0 0 unless $$self{'_dbh'} and $$self{'_table_name'} and $$self{'_key_column'} and $$self{'_value_column'}
179 0 0 if defined $$data[0]
194 0 0 unless $$self{'_dbh'} and $$self{'_table_name'} and $$self{'_key_column'}
205 0 0 $column_name{lc $$self{'_key_column'}} ? :
215 0 0 if defined $$data{$$self{'_key_column'}}
230 0 0 unless $$self{'_child_column'} and $$self{'_parent_column'}
233 0 0 unless $$self{'_hash_ref'}
240 0 0 unless $children{$parent_id}
260 0 0 if exists $$self{"_$arg"}