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

@ -208,6 +208,8 @@ Sexp::to_sexp_string() const
return sstrm.str();
}
// LCOV_EXCL_START
std::string
Sexp::to_json_string() const
{
@ -264,3 +266,5 @@ Sexp::to_json_string() const
return sstrm.str();
}
// LCOV_EXCL_STOP