lib: improve coverage a bit

This commit is contained in:
Dirk-Jan C. Binnema
2022-05-23 23:55:11 +03:00
parent a8cbac04fc
commit 9c9f9ecae3
6 changed files with 24 additions and 59 deletions

View File

@ -26,6 +26,8 @@
namespace Mu {
// LCOV_EXCL_START
// avoid exception-handling boilerplate.
template <typename Func>
void
@ -77,8 +79,7 @@ try {
return Err(Error::Code::Internal, "caught exception");
}
// LCOV_EXCL_STOP
} // namespace Mu