Branch Coverage

blib/lib/DBIx/Class/CDBICompat/ColumnGroups.pm
Criterion Covered Total %
branch 4 28 14.2


line true false branch
20 0 0 if @_
21 0 0 if $group eq 'All'
22 0 0 if $group eq 'Primary'
48 0 0 if ($group eq 'Primary')
55 0 0 if ($group eq 'All')
56 0 0 unless (exists $class->_column_groups->{'Primary'})
60 0 0 unless (exists $class->_column_groups->{'Essential'})
93 0 4 if $class->_has_custom_accessor($name)
112 2 0 unless ref $type
116 0 2 if ($field eq 'DESTROY')
123 0 2 if ref $field
143 0 0 wantarray ? :
152 0 0 if $class->has_column($col)
174 0 0 if $self->{'class'}->_column_groups->{$group}{$col}