Exclude coverage for map-agent
[platform/core/connectivity/bluetooth-agent.git] / map-agent / map_bmessage.c
index 7b38fdb..b7b30ad 100644 (file)
@@ -55,6 +55,7 @@
 
 static guint8 g_enc_lvl = 1;
 
+/* LCOV_EXCL_START */
 void print_bmsg(struct bmsg_data *bmsg)
 {
        FN_START;
@@ -749,4 +750,4 @@ parse_fail:
        FN_END;
        return NULL;
 }
-
+/* LCOV_EXCL_STOP */