Branch Coverage

blib/lib/Statistics/SparseVector.pm
Criterion Covered Total %
branch 14 16 87.5


line true false branch
107 10882 8220 if (chop $bitvector eq '1')
145 2893 2994 if (defined $$self{'VECTOR'}{$i}) { }
163 1869771 1869771 if ($$self{'VECTOR'}{$i}) { }
204 14671 10499 if (defined $$self{'VECTOR'}{$i}) { }
258 2802 2002 if ($off2 == $vec2->Size) { }
268 4804 0 if (defined $vec1)
270 315 2499 if (defined $$vec1{'VECTOR'}{$i - $off2 + $off1}) { }
281 1 0 if (defined $$oldvec2{'VECTOR'}{$i}) { }