Branch Coverage

blib/lib/LCS/BV.pm
Criterion Covered Total %
branch 30 30 100.0


line true false branch
17 2 4 @_ > 1 ? :
6 8 @_ ? :
51 779 26 if ($amax < $width) { }
77 24 2 if ($amax + 1) % $width
109 777 28 if ($amax < $width) { }
129 26 2 if ($amax + 1) % $width
174 777 18 if ($amax < $width) { }
195 850 413 if ($Vs[$j] & 1 << $i) { }
199 266 147 unless ($j and ~$Vs[$j - 1] & 1 << $i)
217 14 4 if ($amax + 1) % $width
225 5067 31 $j > $bmin ? :
241 1369 269 if ($Vs[$j][$k] & 1 << $i % $width) { }
245 169 100 unless ($j and ~$Vs[$j - 1][$k] & 1 << $i % $width)
270 777 28 if ($#$a < $width) { }
285 1727 5 if ($width == 64) { }