Branch Coverage

lib/CHI/Driver/LMDB.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
49 0 0 if ($cache_size =~ s/([km])\z//imsx)
64 0 0 if $dir->is_dir
93 0 0 if ($self->single_txn)
101 0 0 if ($$self{'in_txn'})
120 0 0 if ($$self{'in_txn'})
193 0 0 unless defined $key_data
214 0 0 unless eval { do { $cursor->get($key, $value, MDB_NEXT()); 1 } }