Branch Coverage

blib/lib/List/Permute/Limit.pm
Criterion Covered Total %
branch 11 16 68.7


line true false branch
46 0 2 unless $items and @$items
48 0 2 unless $nitems > 0
54 2 32 if (not $state2) { }
0 32 elsif ($state2 == 2) { }
63 8 24 if ($state->[$i] >= $#{$items;}) { }
64 0 8 if ($i == 0)
71 2 6 if ($state->[$j] >= $#{$items;}) { }
72 2 0 if ($j == 0)