Hi,
I’m quite new to both kcov and C++, so this may be due to misuse on my end. However, I’ve noticed that coverage reports show only partial coverage on lines containing exceptions, with the containing methods trailing bracket always reported as completely uncovered. Is this a limitation of kcov's binary inspection form of coverage, a potential issue, or simply misuse?
Environment:
- macOS
- clang (compiled with -gdwarf-4 to work around #485)
Please let me know if additional details would help.
Thanks!
