blib/lib/DBIx/Class/CDBICompat/LazyLoading.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
38 | 0 | 0 | unless defined $obj |
58 | 0 | 0 | if (ref $self and not exists $self->{'_column_data'}{$col} and $self->{'_in_storage'}) |
60 | 0 | 0 | if exists $self->_column_groups->{$_}{$col} |
62 | 0 | 0 | unless $self->_column_groups |
73 | 0 | 0 | unless exists $changes->{$col} |
96 | 0 | 0 | unless @groups |
99 | 0 | 0 | if (my(@want) = grep({not exists $self->{'_column_data'}{$_};} keys %want)) |
108 | 0 | 0 | unless @val |