Condition Coverage

blib/lib/Tie/Cache/LRU/LinkedList.pm
Criterion Covered Total %
condition 6 10 60.0


and 3 conditions

line !l l&&!r l&&r condition
168 0 0 1 defined $new_max_size && !($new_max_size =~ /\D/)

or 3 conditions

line l !l&&r !l&&!r condition
236 1 2 1 $$self{'size'} == 1 or $$self{'freshest'} == $node

xor 4 conditions

line l&&r l&&!r !l&&r !l&&!r condition
134 0 1 2 0 $$self{'size'} == 0 xor defined $node