Coverage Report

Created: 2025-08-29 06:53

/src/qpdf/libqpdf/QPDFDocumentHelper.cc
Line
Count
Source
1
#include <qpdf/QPDFDocumentHelper.hh>
2
3
QPDFDocumentHelper::~QPDFDocumentHelper() // NOLINT (modernize-use-equals-default)
4
1.84k
{
5
    // Must be explicit and not inline -- see QPDF_DLL_CLASS in README-maintainer
6
1.84k
}