| blib/lib/Data/Record/Serialize/Encode/dbi.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 17 | 47.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 355 | 0 | 0 | 4 | $self->create_table and not my $table_exists = $self->_table_exists |
| 384 | 4 | 0 | 1 | $self->drop_table && $table_exists |
| line | l | !l | condition |
|---|---|---|---|
| 434 | 0 | 0 | $args[2] ||= \%scope |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 262 | 15 | 0 | 0 | $MapTypes{$_[0]->_dbi_driver} // $MapTypes{'Default'} |
| 355 | 1 | 4 | 0 | $self->drop_table or $self->create_table and not my $table_exists = $self->_table_exists |
| 360 | 4 | 1 | 0 | $table_exists //= $self->_table_exists |