Branch Coverage

blib/lib/Iterator/Array/Jagged.pm
Criterion Covered Total %
branch 16 16 100.0


line true false branch
35 255 85 if ($$s{'idx'}[$index] < $$s{'sizes'}[$index]) { }
42 84 1 if ($index + 1 < $$s{'_max'}) { }
59 1 256 if $$s{'_is_finished'}
99 255 85 if ($idx[$to_increment] < $sizes[$to_increment]) { }
107 84 1 if ($to_increment + 1 < $max) { }
136 1 256 if $is_finished
148 256 85 if ($idx[$to_increment] < $sizes[$to_increment]) { }
156 84 1 if ($to_increment + 1 < $max) { }