Parameterized Tests and the Coverage Browser
The coverage browser shows the results of parameterized tests. It does not show all parameterized test runs, but only the aggregated result of all parameterized test runs. For example, if the Engine test was run three times because it had three parameter values, and it passes, then the coverage browser shows one PASSED test.
If one of the three tests fail, the coverage browser shows FAILED as shown in the following image: