Condition Coverage

blib/lib/Memoize/Memcached/Attribute.pm
Criterion Covered Total %
condition 1 5 20.0


or 2 conditions

line l !l condition
135 4 0 $data || [$string]

or 3 conditions

line l !l&&r !l&&!r condition
93 0 0 0 $MEMCACHE->get($key) || do { my(@list) = &$original(@args); $MEMCACHE->set($key, \@list, $duration) if @list; \@list }