Condition Coverage

blib/lib/DBIx/Model/Column.pm
Criterion Covered Total %
condition 0 29 0.0


or 2 conditions

line l !l condition
105 0 0 defined $self->{$_} // undef
106 0 0 $_[1] // 'undef'
110 0 0 $_[0]{'chain'} // undef
126 0 0 $_[0]{'size'} // undef

or 3 conditions

line l !l&&r !l&&!r condition
100 0 0 0 ref $class || $class
111 0 0 0 $_[0]{'full_name'} //= $DBIx::Model::Column::INLINE->{'full_name'}{'default'}->($_[0])
113 0 0 0 $_[0]{'full_name_lc'} //= $DBIx::Model::Column::INLINE->{'full_name_lc'}{'default'}->($_[0])
115 0 0 0 $_[0]{'name_lc'} //= $DBIx::Model::Column::INLINE->{'name_lc'}{'default'}->($_[0])
117 0 0 0 $_[0]{'primary'} //= eval { do { $DBIx::Model::Column::INLINE->{'primary'}{'isa'}->($DBIx::Model::Column::INLINE->{'primary'}{'default'}->($_[0])) } }
123 0 0 0 $_[0]{'ref_count'} //= eval { do { $DBIx::Model::Column::INLINE->{'ref_count'}{'isa'}->($DBIx::Model::Column::INLINE->{'ref_count'}{'default'}) } }
130 0 0 0 $_[0]{'target_count'} //= eval { do { $DBIx::Model::Column::INLINE->{'target_count'}{'isa'}->($DBIx::Model::Column::INLINE->{'target_count'}{'default'}) } }