blib/lib/SQL/Entity/Condition.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 15 | 73.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
304 | 4 | 32 | 7 | $operand1 && $$columns{$operand1} |
307 | 36 | 10 | 0 | $column && !$column->case_sensitive |
308 | 36 | 10 | 0 | $column && ref $column eq 'SQL::Entity::Column::SubQuery' |
line | l | !l | condition |
---|---|---|---|
142 | 34 | 40 | $$self{'conditions'} ||= [] |
293 | 33 | 13 | $columns ||= {} |
395 | 0 | 0 | $counter ||= 0 |