Condition Coverage

blib/lib/DBIx/Table2Hash.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
167 0 0 0 $$self{'_dbh'} and $$self{'_table_name'}
0 0 0 $$self{'_dbh'} and $$self{'_table_name'} and $$self{'_key_column'}
0 0 0 $$self{'_dbh'} and $$self{'_table_name'} and $$self{'_key_column'} and $$self{'_value_column'}
194 0 0 0 $$self{'_dbh'} and $$self{'_table_name'}
0 0 0 $$self{'_dbh'} and $$self{'_table_name'} and $$self{'_key_column'}
230 0 0 0 $$self{'_child_column'} and $$self{'_parent_column'}