Coverage Report

Created: 2025-06-22 06:27

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