Branch Coverage

blib/lib/Permute/Named/Iter.pm
Criterion Covered Total %
branch 15 20 75.0


line true false branch
16 0 3 unless @_
17 0 3 unless @_ % 2 == 0
23 2 3 unless ref $values eq 'ARRAY'
24 0 5 unless @$values
31 3 10 if (not $state2) { }
0 10 elsif ($state2 == 2) { }
40 4 6 if ($state->[$i] >= $#{$values[$i];}) { }
41 1 3 if ($i == 0)
48 2 1 if ($state->[$j] >= $#{$values[$j];}) { }
49 2 0 if ($j == 0)