Condition Coverage

inc/Cache/Memcached/Fast.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
526 0 0 0 ref $args eq 'ARRAY' and ref $checker eq 'ARRAY'
534 0 0 0 exists $$args{'check_args'} and lc $$args{'check_args'} eq 'skip'
567 0 0 0 not $$conf{'compress_methods'} and eval 'require Compress::Zlib'
579 0 0 0 $$conf{'utf8'} and $^V lt v5.8.1

or 2 conditions

line l !l condition
584 0 0 $$conf{'serialize_methods'} ||= [\&Storable::nfreeze, \&Storable::thaw]