Exclude unnecessary code segments from coverage report 89/231789/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Fri, 24 Apr 2020 06:46:32 +0000 (15:46 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Fri, 24 Apr 2020 06:48:17 +0000 (15:48 +0900)
commit19691803bfeb494dbe9b4d54cdfe47285c00e797
tree31bd907e4def6df275dca455824719af81df52f4
parentab01698af8eccc166c37e9e344c0be712e59516c
Exclude unnecessary code segments from coverage report

Two types of code segments are being excluded:
1. Logging code
2. Code that are executed only on failures in
   underlying infrastructure such as dbus.
3. Code that are executed by external events
   (e.g. A wakeup event or a voice key pressed event)

Change-Id: I41f672953af103d9622c9b48186104171ff01fbf
client/ma.c
client/ma_dbus.c