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
118 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'}
145 0 0 0 $self->{'_dbh'} and $self->{'_table_name'}
0 0 0 $self->{'_dbh'} and $self->{'_table_name'} and $self->{'_key_column'}
181 0 0 0 $self->{'_child_column'} and $self->{'_parent_column'}