Coverage Report

Created: 2026-06-30 07:33

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
/src/log4cplus/src/exception.cxx
Line
Count
Source
1
#include <log4cplus/exception.h>
2
3
namespace log4cplus {
4
5
exception::exception (tstring const & message)
6
0
    : std::runtime_error (LOG4CPLUS_TSTRING_TO_STRING (message).c_str ())
7
0
{ }
8
9
0
exception::exception (exception const &) = default;
10
11
0
exception & exception::operator=(exception const &) = default;
12
13
exception::~exception ()
14
0
{ }
15
16
} // namespace log4cplus