Functional coverage

If I am passing multiple test cases (regression), if any test case fail then function coverage will be called invalid? if yes, then how segregate failed test case’s coverage?

In reply to tech_savvy:

Most tools have ways to merge coverage results from regressions, eliminating test that failed. However, the flow for doing this is tool specific and this forum is not for tool specific issues. Please consult your tools manual.