blib/lib/DBIx/Class/CDBICompat/LazyLoading.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
37 | 0 | 0 | unless defined $obj |
57 | 0 | 0 | if (ref $self and not exists $self->{'_column_data'}{$col} and $self->{'_in_storage'}) |
59 | 0 | 0 | if exists $self->_column_groups->{$_}{$col} |
61 | 0 | 0 | unless $self->_column_groups |
72 | 0 | 0 | unless exists $changes->{$col} |
95 | 0 | 0 | unless @groups |
98 | 0 | 0 | if (my(@want) = grep({not exists $self->{'_column_data'}{$_};} keys %want)) |
107 | 0 | 0 | unless @val |