blib/lib/DBIx/Class/PK.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 15 | 46.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
45 | 513 | 1287 | 8 | $use_storage_state && exists $self->{'_column_data_in_storage'}{$_} |
51 | 1739 | 0 | 0 | @missing and $self->in_storage |
127 | 1396 | 0 | 0 | @undef and $self->in_storage |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
48 | 1808 | 0 | 0 | defined $ids[-1] or $self->has_column_loaded($_) |
92 | 58 | 0 | 0 | ref $self || $self |