Add some LCOV macro for coverage
[platform/core/api/connection.git] / src / connection_mptcp.c
index 3d44567..9479965 100755 (executable)
@@ -23,6 +23,7 @@
 #include "net_connection_private.h"
 #include "net_connection_mptcp_private.h"
 
+//LCOV_EXCL_START
 EXPORT_API int connection_mptcp_is_supported(connection_h connection, bool* supported)
 {
        if (!(_connection_check_handle_validity(connection))) {
@@ -168,5 +169,4 @@ EXPORT_API int connection_mptcp_get_scheduler(connection_h connection, connectio
 
        return _connection_libnet_mptcp_get_scheduler(connection, scheduler);
 }
-
-
+//LCOV_EXCL_STOP