| blib/lib/ORMesque.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 48 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 357 | 0 | 0 | 0 | $where and ref $where ne 'HASH' |
| 443 | 0 | 0 | 0 | $where and ref $where ne 'HASH' |
| 463 | 0 | 0 | 0 | $where and $dbo->key |
| 0 | 0 | 0 | $where and $dbo->key and ref $where ne 'HASH' | |
| 517 | 0 | 0 | 0 | $$obj{'table'} and $$obj{'collection'} |
| line | l | !l | condition |
|---|---|---|---|
| 211 | 0 | 0 | $$dbo{'collection'} ||= [] |
| 215 | 0 | 0 | $$dbo{'collection'}[$$dbo{'cursor'}] || {} |
| 226 | 0 | 0 | $$dbo{'collection'}[0] || {} |
| 236 | 0 | 0 | $$dbo{'collection'}[$$dbo{'cursor'}] || {} |
| 296 | 0 | 0 | $dbo->key || '*' |
| 308 | 0 | 0 | shift() || {} |
| 342 | 0 | 0 | shift() || {} |
| 343 | 0 | 0 | shift() || [] |
| 432 | 0 | 0 | shift() || {} |
| 433 | 0 | 0 | shift() || {} |
| 459 | 0 | 0 | shift() || {} |
| 654 | 0 | 0 | $$dbo{'last_chk'} ||= 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 361 | 0 | 0 | 0 | $limit or $offset |
| 0 | 0 | 0 | $limit or $offset or $$dbo{'ispaged'} | |
| 572 | 0 | 0 | 0 | $$dbo{'pager'} ||= 'Data::Page'->new(@_) |