summaryrefslogtreecommitdiff
path: root/icespider/xslt
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2016-09-17 15:39:33 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2016-09-17 15:39:33 +0100
commit35841416d8480db608488e10ac49f9879f8ba753 (patch)
treeff8945bc52c20ee51f508cd8a257a3e7be7fc155 /icespider/xslt
parentBad request on missing or invalid parameters (diff)
downloadicespider-35841416d8480db608488e10ac49f9879f8ba753.tar.bz2
icespider-35841416d8480db608488e10ac49f9879f8ba753.tar.xz
icespider-35841416d8480db608488e10ac49f9879f8ba753.zip
Fix up lots of test coverage
Diffstat (limited to 'icespider/xslt')
-rw-r--r--icespider/xslt/exslt.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/icespider/xslt/exslt.cpp b/icespider/xslt/exslt.cpp
index 63bd0d1..772ef5e 100644
--- a/icespider/xslt/exslt.cpp
+++ b/icespider/xslt/exslt.cpp
@@ -8,10 +8,12 @@ void initLibXml()
exsltRegisterAll();
}
+// LCOV_EXCL_START lcov actually misses destructor functions
static void cleanupLibXml() __attribute__((destructor(102)));
void cleanupLibXml()
{
xsltCleanupGlobals();
xmlCleanupParser();
}
+// LCOV_EXCL_STOP