Branch Coverage

src/xs/Scalar.h
Criterion Covered Total %
branch 0 6 0.0


line true false branch
91 0 0 if (!sv) return;
92 0 0 if (is_scalar_unsafe()) return;
94 0 0 throw std::invalid_argument("SV is not a scalar value");