Branch Coverage

blib/lib/Set/Product/PP.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
15 0 6 unless 'CODE' eq (&reftype($sub) || '')
18 1 5 if grep {'ARRAY' ne (&reftype($_) || '');} @in
19 2 3 if not @in or grep {not @$_;} @in
28 9 7 if ($idx[$i] > $#{$in[$i];}) { }