LCOV - code coverage report
Current view: top level - DCPS/transport/framework - TransportDebug.cpp (source / functions) Hit Total Coverage
Test: coverage.info Lines: 8 8 100.0 %
Date: 2023-04-30 01:32:43 Functions: 1 1 100.0 %

          Line data    Source code
       1             : /*
       2             :  *
       3             :  *
       4             :  * Distributed under the OpenDDS License.
       5             :  * See: http://www.opendds.org/license.html
       6             :  */
       7             : 
       8             : #include "DCPS/DdsDcps_pch.h" //Only the _pch include should start with DCPS/
       9             : 
      10             : #include "TransportDebug.h"
      11             : 
      12             : OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
      13             : 
      14             : namespace OpenDDS {
      15             : namespace DCPS {
      16             : 
      17          14 : TransportDebug::TransportDebug()
      18          14 :   : log_messages(false)
      19          14 :   , log_progress(false)
      20          14 :   , log_dropped_messages(false)
      21          14 :   , log_nonfinal_messages(false)
      22          14 :   , log_fragment_storage(false)
      23          14 :   , log_remote_counts(false)
      24          14 : {}
      25             : 
      26             : } // namespace DCPS
      27             : } // namespace OpenDDS
      28             : 
      29             : OPENDDS_END_VERSIONED_NAMESPACE_DECL

Generated by: LCOV version 1.16