blib/lib/DBIx/QuickDB.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 16 | 12.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
37 | 0 | 0 | 0 | $name and $CACHE{$name} |
0 | 0 | 0 | $name and $CACHE{$name} and not $spec->{'nocache'} | |
71 | 0 | 0 | 0 | $name and not $spec->{'nocache'} |
line | l | !l | condition |
---|---|---|---|
34 | 0 | 0 | shift @_ || {} |
49 | 0 | 0 | delete $spec->{'drivers'} || [$class->plugins] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
93 | 0 | 9 | 15 | $d =~ s/^\+// or $d =~ /^DBIx::QuickDB::Driver::/ |