Condition Coverage

blib/lib/List/DoubleLinked.pm
Criterion Covered Total %
condition 4 12 33.3


and 3 conditions

line !l l&&!r l&&r condition
128 0 2 0 defined $$self{'head'} and $$self{'head'} == $node
146 0 2 0 defined $$self{'tail'} and $$self{'tail'} == $node
159 0 1 0 defined $$self{'head'} and $$self{'head'} == $node
160 0 1 0 defined $$self{'tail'} and $$self{'tail'} == $node