blib/lib/DBIx/AbstractStatement.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 7 | 42.8 |
line | l | !l | condition |
---|---|---|---|
108 | 2 | 9 | $params{'bindings'} ||= [] |
237 | 1 | 0 | $order || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
262 | 0 | 0 | 0 | $$this{'_sth'} ||= do { $this->_renumber_params if $this->numbered_params; $this->dbh->prepare($this->text) } |