| blib/lib/DBIx/NoSQL/Store.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 14 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 72 | 0 | 0 | 0 | not $valid and $options{'fatal'} |
| 182 | 9 | 4 | 1 | ref $connection eq '' and $connection =~ /^dbi:/i |
| 4 | 0 | 9 | &blessed($connection) and $connection->isa('Path::Class::File') |
| line | l | !l | condition |
|---|---|---|---|
| 64 | 0 | 0 | exists $options{$_} or $options{$_} = 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 49 | 54 | 20 | 0 | $self->_model->{$name} ||= 'DBIx::NoSQL::Model'->new('store', $self, 'name', $name) |