Coverage Report

Created: 2026-03-01 07:11

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
/src/poco/XML/src/Node.cpp
Line
Count
Source
1
//
2
// Node.cpp
3
//
4
// Library: XML
5
// Package: DOM
6
// Module:  DOM
7
//
8
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
9
// and Contributors.
10
//
11
// SPDX-License-Identifier: BSL-1.0
12
//
13
14
15
#include "Poco/DOM/Node.h"
16
17
18
namespace Poco {
19
namespace XML {
20
21
22
Node::~Node()
23
2.23M
{
24
2.23M
}
25
26
27
} } // namespace Poco::XML