Exclude coverage inspection for internal api
[platform/core/api/wav-player.git] / src / wav_player_private.c
index bf97425..e7899cb 100755 (executable)
@@ -198,6 +198,7 @@ int _wav_play_sound(const char *path, sound_stream_info_h stream_info, unsigned
        return WAV_PLAYER_ERROR_NONE;
 }
 
+//LCOV_EXCL_START
 int _wav_play_sound_simple(const char *path, const char *stream_role)
 {
        int ret = WAV_PLAYER_ERROR_NONE;
@@ -258,6 +259,7 @@ finish:
 
        return ret;
 }
+//LCOV_EXCL_STOP
 
 int _wav_stop_sound(int id)
 {