The code-change impact reports enable you to perform testing-impact analysis, effort analysis, and risk analysis. You can select classes of interest and, by applying report templates, generate reports that help you determine the test impact that changing the selected classes will result in. For selected classes, you can choose from report templates that analyze the test impact of proposed code changes.
The Code Change Impact - Tests report identifies the tests that need to be re-run following code changes. The coverage index displays the methods covered by the test for the specified classes / total methods of specified classes.
The Code Change Impact - Execution Plans report identifies the execution plans that need to be re-run following code changes.