Branch Coverage

blib/lib/Math/VectorXYZ.pm
Criterion Covered Total %
branch 5 10 50.0


line true false branch
49 0 1 if (@_ != 3)
58 0 13 if (@_ != 3)
136 0 2 unless ($b->isa('Math::VectorXYZ'))
147 0 2 unless ($b->isa('Math::VectorXYZ'))
160 20 0 if (abs $a->[0] - $b->[0] < $tol and abs $a->[1] - $b->[1] < $tol and abs $a->[2] - $b->[2] < $tol) { }