| blib/lib/DBIx/Class/PK.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 15 | 53.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 52 | 521 | 1266 | 8 | $use_storage_state && exists $self->{'_column_data_in_storage'}{$_} |
| 58 | 1723 | 0 | 0 | @missing and $self->in_storage |
| 134 | 1379 | 0 | 0 | @undef and $self->in_storage |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 55 | 1794 | 1 | 0 | defined $ids[-1] or $self->has_column_loaded($_) |
| 99 | 54 | 0 | 0 | ref $self || $self |