| blib/lib/DBIx/QuickORM/Join.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 19 | 63.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 243 | 2 | 0 | 3 | $from and not $self->{'components'}{$from} |
| 245 | 0 | 0 | 3 | $check and @$check |
| line | l | !l | condition |
|---|---|---|---|
| 39 | 0 | 2 | $self->{'order'} //= [] |
| 40 | 0 | 2 | $self->{'lookup'} //= {} |
| 41 | 0 | 2 | $self->{'components'} //= {} |
| 48 | 0 | 2 | $self->{'row_class'} //= "DBIx::QuickORM::Join::Row" |
| 102 | 5 | 2 | $comp->{'type'} // "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 63 | 24 | 13 | 8 | $not_null ||= defined $in->{$_} |