Condition Coverage

blib/lib/Cache/Memcached/Fast.pm
Criterion Covered Total %
condition 6 6 100.0


or 2 conditions

line l !l condition
22 1 20 $conf->{'check_args'} // ""
39 1 20 $conf->{'compress_methods'} //= [sub { ${$_[1];} = &Compress::Zlib::memGzip(${$_[0];}); } , sub { ${$_[1];} = &Compress::Zlib::memGunzip(${$_[0];}); } ]
41 1 20 $conf->{'serialize_methods'} //= [\&Storable::nfreeze, \&Storable::thaw]