blib/lib/DBIx/Class/PK.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 15 | 40.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
45 | 509 | 1271 | 0 | $use_storage_state && exists $self->{'_column_data_in_storage'}{$_} |
51 | 1711 | 0 | 0 | @missing and $self->in_storage |
127 | 1368 | 0 | 0 | @undef and $self->in_storage |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
48 | 1780 | 0 | 0 | defined $ids[-1] or $self->has_column_loaded($_) |
92 | 54 | 0 | 0 | ref $self || $self |