blib/lib/Alzabo/Runtime/Schema.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
238 | 0 | 0 | 0 | $p{'order_by'} and $sql->distinct_requires_order_by_in_select |
308 | 0 | 0 | 0 | Alzabo::Utils::is_arrayref($p{'select'}) && @{$p{'select'};} > 1 |
510 | 0 | 0 | 0 | $fk->table_from eq $table_1 and $fk->table_to eq $table_2 |
512 | 0 | 0 | 0 | $fk->table_from eq $table_2 and $fk->table_to eq $table_1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
171 | 0 | 0 | 0 | $p{'join'} ||= delete $p{'tables'} |
355 | 0 | 0 | 0 | $p{'join'} ||= delete $p{'tables'} |
506 | 0 | 0 | 0 | $sql->last_op eq 'and' || $sql->last_op eq 'condition' |