Here's the flow of the problem.
- I wrote some general cover.
- There are many tests that may hit a particular cover. Some test will not hit it.
- VCS functional coverage report gives combined hits for a particular cover.
- I want to see what tests hit that particular cover.
Is there any option in VCS? The simv.vdb data is in xml format and I think it might not be possible to parse that data to obtain tests that hit a cover. Any help appreciated.