The extension consists of two tool windows that can be opened by clicking the Code Quality Report Generator command under Visual Studio’s Tools menu once the extension is installed. These two tool windows offer different ways of generating code quality reports: one allows users to generate reports that describe the project’s code quality (using code metrics such as maintainability index and cyclomatic complexity), test run results, and line coverage produced by the test run on a "daily" basis, meaning that a user can generate one report per day that includes all the test run performed on that day and the code metrics of the project produced "at the end of the day". The other tool window allows the user to generate a report that describes the overall project code quality progress by taking as input all the daily reports generated by the first tool window, this would allow the user to get an overview of the code metrics, test case numbers and line coverage of the project in a single report. |