Hello, I would like to ask, if there is already or in the future will be a way to correctly do only conditional branch coverage using GCOV - without branches created by exception handling code. I can't use the -fno-exceptions flag, because I actually use exceptions in my code so I would like to know if there is any other solution for this problem. I use Ubuntu 18.04. with: - gcc v9.2.1 Thanks in advance for your help. Regards Juraj Pavlech