Branch Coverage

blib/lib/Data/Queue.pm
Criterion Covered Total %
branch 9 18 50.0


line true false branch
84 5 0 wantarray ? :
95 0 4 $#{$$self{'stack'};} == -1 ? :
113 1 1 if (exists $self->{'data'}{$id})
129 2 1 if $id > $self->{'id'}
132 2 1 if ($#{$stack;} == -1) { }
1 0 elsif ($stack->[0] > $id) { }
0 0 elsif ($stack->[0] == $id) { }
0 0 elsif ($$stack[$#{$stack;}] < $id) { }
0 0 elsif ($$stack[$#{$stack;}] == $id) { }