blib/lib/Data/Record/Serialize/Encode/dbi.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 12 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
356 | 0 | 0 | 4 | $self->create_table and not $self->_table_exists |
377 | 4 | 0 | 1 | $self->drop_table && $self->_table_exists |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
255 | 15 | 0 | 0 | $MapTypes{$_[0]->_dbi_driver} // $MapTypes{'Default'} |
356 | 1 | 4 | 0 | $self->drop_table or $self->create_table and not $self->_table_exists |