Condition Coverage

blib/lib/DBIx/Model/Table.pm
Criterion Covered Total %
condition 0 22 0.0


or 2 conditions

line l !l condition
126 0 0 defined $self->{$_} // undef
128 0 0 $_[1] // 'undef'

or 3 conditions

line l !l&&r !l&&!r condition
122 0 0 0 ref $class || $class
130 0 0 0 $_[0]{'_columns'} //= eval { do { $DBIx::Model::Table::INLINE->{'_columns'}{'isa'}->($DBIx::Model::Table::INLINE->{'_columns'}{'default'}->($_[0])) } }
134 0 0 0 $_[0]{'_foreign_keys'} //= eval { do { $DBIx::Model::Table::INLINE->{'_foreign_keys'}{'isa'}->($DBIx::Model::Table::INLINE->{'_foreign_keys'}{'default'}->($_[0])) } }
139 0 0 0 $_[0]{'name_lc'} //= $DBIx::Model::Table::INLINE->{'name_lc'}{'default'}->($_[0])
143 0 0 0 $_[0]{'ref_count'} //= eval { do { $DBIx::Model::Table::INLINE->{'ref_count'}{'isa'}->($DBIx::Model::Table::INLINE->{'ref_count'}{'default'}) } }
149 0 0 0 $_[0]{'target_count'} //= eval { do { $DBIx::Model::Table::INLINE->{'target_count'}{'isa'}->($DBIx::Model::Table::INLINE->{'target_count'}{'default'}) } }