Exclude un-testable codes from line coverage analysis 13/278913/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Wed, 13 Jul 2022 07:24:34 +0000 (16:24 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Thu, 28 Jul 2022 02:51:20 +0000 (11:51 +0900)
commitadf635d3c481313d91f7ef36cb753bd9e7a9a2d1
treef48180bf11a6e3dee5a7d6a32ba8d7ccb19dbf12
parente5d9dddfaa1b044415820e4275556877c8fd7bd8
Exclude un-testable codes from line coverage analysis

- Issue:
Some codes can not be tested in automatic test enviroment. Those code
are effected by the behavior of engine or configuration.

- Solution:
This patch excludes some codes that are not tested by automatic test
enviroment from line coverage analysis. To excludes those codes, this
patch adds special comments that indicate that codes are excluded from
line coverage analysis.

Change-Id: I6201bbd7b341dcede7400565a6b106f5d1228cd6
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
client/tts.c
client/tts_client.c
client/tts_core.c
client/tts_ipc.c
client/tts_tidl.c