summaryrefslogtreecommitdiff
path: root/hscript/disk.cc
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-10-15 13:25:38 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-10-15 13:25:38 -0500
commite9870d0b830deb0b253e5e514fc90ceee201a778 (patch)
tree244344085bdcd5ada2f187fc4579005caa51e409 /hscript/disk.cc
parentf9850e766787d46bcae874fd4302cab0f0244e03 (diff)
downloadhorizon-e9870d0b830deb0b253e5e514fc90ceee201a778.tar.gz
horizon-e9870d0b830deb0b253e5e514fc90ceee201a778.tar.bz2
horizon-e9870d0b830deb0b253e5e514fc90ceee201a778.tar.xz
horizon-e9870d0b830deb0b253e5e514fc90ceee201a778.zip
Add many more various test cases
Diffstat (limited to 'hscript/disk.cc')
-rw-r--r--hscript/disk.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/hscript/disk.cc b/hscript/disk.cc
index 0cc4c8f..446714e 100644
--- a/hscript/disk.cc
+++ b/hscript/disk.cc
@@ -272,9 +272,11 @@ bool Encrypt::validate() const {
return true;
}
+/* LCOV_EXCL_START */
bool Encrypt::execute() const {
return false;
}
+/* LCOV_EXCL_STOP */
/*! Parse a size string into a size and type.