Condition Coverage

blib/lib/DBIx/QuickDB.pm
Criterion Covered Total %
condition 2 16 12.5


and 3 conditions

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'}

or 2 conditions

line l !l condition
34 0 0 shift @_ || {}
49 0 0 delete $spec->{'drivers'} || [$class->plugins]

or 3 conditions

line l !l&&r !l&&!r condition
93 0 9 15 $d =~ s/^\+// or $d =~ /^DBIx::QuickDB::Driver::/