blib/lib/DBIx/Custom/Where.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 9 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
118 | 12 | 36 | 54 | exists $param->{$column}[$count - 1] and ref $param->{$column}[$count - 1] ne 'DBIx::Custom::NotExists' |
line | l | !l | condition |
---|---|---|---|
65 | 180 | 0 | $clause->[0] || '' |
82 | 9 | 33 | $where->[-1] || '' |
99 | 270 | 0 | ' ' . $clause || '' |