Coverage Report

Created: 2025-10-10 06:17

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