Exclude the exception codes for coverage
[platform/core/connectivity/bluetooth-agent.git] / include / bluetooth-agent-profile.h
index c5302cc..3af313c 100644 (file)
@@ -100,6 +100,7 @@ typedef enum {
 
 extern tizen_model_name_t model_name;
 
+/* LCOV_EXCL_START */
 static inline tizen_model_name_t get_tizen_model_name()
 {
        char *modelName = NULL;
@@ -128,6 +129,7 @@ static inline tizen_model_name_t get_tizen_model_name()
 
        return model_name;
 }
+/* LCOV_EXCL_STOP */
 
 #define TIZEN_PROFILE_WEARABLE (get_tizen_profile() == _PROFILE_WEARABLE)
 #define TIZEN_PROFILE_IVI (get_tizen_profile() == _PROFILE_IVI)