blib/lib/DBD/AnyData2.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 33 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
146 | 0 | 0 | 0 | $meta = {} and $class->bootstrap_table_meta($dbh, $meta, $table) |
308 | 0 | 0 | 0 | $meta->{'ad2h'}->can('delete_current_row') && $meta->{'ad2h'}->capability('inplace_delete') |
313 | 0 | 0 | 0 | $meta->{'ad2h'}->can('update_current_row') && $meta->{'ad2h'}->capability('inplace_update') |
line | l | !l | condition |
---|---|---|---|
140 | 0 | 0 | $table ||= '' |
209 | 0 | 0 | $dbh->{'ad2_storage_type'} || 'FileSystem' |
210 | 0 | 0 | $dbh->{'ad2_storage_attrs'} || {} |
211 | 0 | 0 | $dbh->{'ad2_format_type'} || 'FileSystem' |
212 | 0 | 0 | $dbh->{'ad2_format_attrs'} || {} |
221 | 0 | 0 | $meta->{'sql_table_class'} ||= 'DBD::AnyData2::AdvancedChangingTable' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
209 | 0 | 0 | 0 | $meta->{'ad2_storage_type'} ||= $dbh->{'ad2_storage_type'} || 'FileSystem' |
210 | 0 | 0 | 0 | $meta->{'ad2_storage_attrs'} ||= $dbh->{'ad2_storage_attrs'} || {} |
211 | 0 | 0 | 0 | $meta->{'ad2_format_type'} ||= $dbh->{'ad2_format_type'} || 'FileSystem' |
212 | 0 | 0 | 0 | $meta->{'ad2_format_attrs'} ||= $dbh->{'ad2_format_attrs'} || {} |