| blib/lib/Class/ReluctantORM/Driver/SQLite.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 44 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 156 | 0 | 0 | 0 | $oc->expression->is_column and $oc->is_primary_key |
| 318 | 0 | 0 | 0 | $sql->operation eq 'INSERT' and $$hints{'set_pk_from_last_insert_id'} |
| 408 | 0 | 0 | 0 | @outputs == 1 and $outputs[0]->is_primary_key |
| 587 | 0 | 0 | 0 | $use_column_alias and $col->alias |
| 598 | 0 | 0 | 0 | $make_column_alias and $col->alias |
| 603 | 0 | 0 | 0 | $make_column_alias and $col->alias |
| 617 | 0 | 0 | 0 | $alias_mode == 1 and $table->alias |
| line | l | !l | condition |
|---|---|---|---|
| 316 | 0 | 0 | $sql->execute_hints || {} |
| 494 | 0 | 0 | shift() || 0 |
| 535 | 0 | 0 | shift() || 0 |
| 549 | 0 | 0 | shift() || 0 |
| 579 | 0 | 0 | shift() || 0 |
| 580 | 0 | 0 | shift() || 0 |
| 581 | 0 | 0 | shift() || 0 |
| 614 | 0 | 0 | shift() || 0 |
| 632 | 0 | 0 | shift() || 0 |
| 682 | 0 | 0 | shift() || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 355 | 0 | 0 | 0 | $$with{'__upper_table'} ||= $sql->base_table |