Condition Coverage

blib/lib/Perlbal/Cache.pm
Criterion Covered Total %
condition 2 36 5.5


and 3 conditions

line !l l&&!r l&&r condition
73 0 0 0 $$self{'size'} and not $$self{'tail'}
74 0 0 0 $$self{'size'} and not $$self{'head'}
75 0 0 0 not $$self{'size'} and $$self{'tail'}
76 0 0 0 not $$self{'size'} and $$self{'head'}
93 0 0 0 $count == 1 and $$iter[0]
96 0 0 0 $count == $$self{'size'} and $$iter[2]
99 0 0 0 $$iter[2] and $$iter[2][0] != $iter
102 0 0 0 $last and $$iter[0] != $last
105 0 0 0 $last and $$last[2] != $iter
108 0 0 0 not $last and $$iter[0]
215 0 2 0 $$self{'maxsize'} and $$self{'size'} >= $$self{'maxsize'}
2 0 0 $$self{'maxsize'} and $$self{'size'} >= $$self{'maxsize'} and not exists $$self{'items'}{$key}