Branch Coverage

blib/lib/Language/Befunge/Storage/Generic/AoA.pm
Criterion Covered Total %
branch 32 32 100.0


line true false branch
34 1 30 unless defined $dimensions
35 1 29 unless $dimensions > 0
36 1 28 unless exists $args{'Wrapping'}
74 516 41 if $v->bounds_check($min, $max)
81 39 152 if $v->get_component($d) < $oldmin
84 39 152 if $v->get_component($d) < $newmin
85 112 79 if $v->get_component($d) > $newmax
87 66 125 if $append < 0
92 13 145 if $v->get_component($i) < $min->get_component($i)
93 47 111 if $v->get_component($i) > $max->get_component($i)
97 42 149 if ($d > 0) { }
115 836 1047 if (not $wholerow and ($i >= $newmin + $doff and $i - ($newmin + $doff) <= $oldmax - $oldmin)) { }
137 18 64 if $n < $min
138 39 43 if $n > $max
158 1701 15 if ($v->bounds_check($self->{'min'}, $self->{'max'}))
165 1701 15 if defined $val