Branch Coverage

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


line true false branch
21 0 0 if @_
22 0 0 if $group eq 'All'
23 0 0 if $group eq 'Primary'
49 0 0 if ($group eq 'Primary')
56 0 0 if ($group eq 'All')
57 0 0 unless (exists $class->_column_groups->{'Primary'})
61 0 0 unless (exists $class->_column_groups->{'Essential'})
110 0 4 if $class->_has_custom_accessor($name)
129 2 0 unless ref $type
133 0 2 if ($field eq 'DESTROY')
140 0 2 if ref $field
156 0 0 wantarray ? :
165 0 0 if $class->has_column($col)
187 0 0 if $self->{'class'}->_column_groups->{$group}{$col}