| blib/lib/SQL/OOP/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 19 | 24 | 79.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 40 | 442 | 151 | 15 | ref $str and ref $str eq 'CODE' |
| 43 | 443 | 0 | 165 | blessed $str and $str->isa('SQL::OOP::Base') |
| 46 | 373 | 68 | 0 | $bind_ref and not ref $bind_ref |
| 67 | 4 | 1015 | 1 | $$self{'gen'} and $prefix |
| line | l | !l | condition |
|---|---|---|---|
| 49 | 68 | 373 | $bind_ref || [] |
| 80 | 1 | 1 | $quote_with ||= q['] |
| 109 | 441 | 0 | $$self{'str'} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 17 | 842 | 269 | 0 | $quote_char || $$self{'quote_char'} |
| 119 | 204 | 2 | 0 | $quote_char || $self->quote_char |