Branch Coverage

src/xs/catch.h
Criterion Covered Total %
branch 5 10 50.0


line true false branch
24 23 2 try { return f(); }
26 2 0 auto tmp = xs::_exc2sv(context);
2 0 auto tmp = xs::_exc2sv(context);
27 2 0 if (tmp) exc = tmp.detach();
0 0 if (tmp) exc = tmp.detach();