Coverage Report

Created: 2025-07-11 06:59

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