Branch Coverage

blib/lib/List/DoubleLinked.pm
Criterion Covered Total %
branch 3 8 37.5


line true false branch
37 0 4 if $self->{'head'}{'next'} == $self->{'tail'}
44 0 1 if $self->{'tail'}{'prev'} == $self->{'head'}
67 0 0 if $self->{'head'}{'next'} == $self->{'tail'}
117 0 1 if $node