Branch Coverage

blib/lib/Logic/Stack.pm
Criterion Covered Total %
branch 17 22 77.2


line true false branch
48 0 15 unless @gen == 1
50 15 0 if ($new) { }
77 5 622 unless $$self{'cur'}
78 449 173 if ($$self{'cur'}{'ptr'} < @{$$self{'cur'}{'gen'};}) { }
80 449 0 if ($next) { }
89 86 87 if ($$self{'cur'}{'up'}) { }
106 264 185 if ($$self{'run'}[-1]->enter($self, $$self{'state'})) { }
119 54 254 unless @{$$self{'run'};}
121 154 100 if ($$self{'run'}[-1]->backtrack($self, $$self{'state'})) { }
131 0 319 unless $$self{'cur'}
132 319 0 if ($$self{'cur'}{'ptr'}) { }