DSWaylandProtocolTrace : Add LOCV_EXCL 37/243437/1
authordyamy-lee <dyamy.lee@samsung.com>
Wed, 2 Sep 2020 04:48:38 +0000 (13:48 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Mon, 7 Sep 2020 10:35:28 +0000 (19:35 +0900)
Change-Id: Ibd5eefc81487bcaafd573ea269abcb607a65217a

src/DSWaylandServer/DSWaylandProtocolTrace.cpp

index 75d8583..b6575c8 100644 (file)
@@ -29,7 +29,7 @@
 
 namespace display_server
 {
-
+/*LCOV_EXCL_START*/
 int DSWaylandProtocolTrace::__refCount { 0 };
 std::mutex DSWaylandProtocolTrace::__mutex;
 DSWaylandProtocolTrace* DSWaylandProtocolTrace::__protocolTrace { nullptr };
@@ -1490,5 +1490,5 @@ int DSWaylandProtocolTracePrivate::rule_validate_func(ProtocolTrace_Tree *tree,
     }
     return 0;
 }
-
+/*LCOV_EXCL_STOP*/
 } // namespace display_server
\ No newline at end of file