summaryrefslogtreecommitdiff
path: root/hscript/network.cc
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/network.cc')
-rw-r--r--hscript/network.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/hscript/network.cc b/hscript/network.cc
index 17fd0ea..e530da7 100644
--- a/hscript/network.cc
+++ b/hscript/network.cc
@@ -70,6 +70,7 @@ Key *NetConfigType::parseFromData(const std::string &data,
return new NetConfigType(script, pos, system);
}
+/* LCOV_EXCL_START */
bool NetConfigType::validate() const {
/* Validation takes place during parsing. */
return true;
@@ -79,6 +80,7 @@ bool NetConfigType::execute() const {
/* This key doesn't perform any action by itself. */
return true;
}
+/* LCOV_EXCL_STOP */
Key *NetAddress::parseFromData(const std::string &data,