Begin coverage analysis by collecting data for a profiling run.
Limiting coverage data collection
Limit coverage data collection in order to focus on specific parts of your code and save profiling resources.Flushing coverage data for display in the Coverage Details views
When you flush coverage data, you transfer the data that is being collected to a profiling resource so that it can be displayed in the coverage views. Flushing is performed automatically, but under certain circumstances an additional flush configuration is required. If the Annotated Source and Coverage Monitor views report No data available for display after you have collected line and method coverage data, configure a flush of the coverage data to transfer it to the profiling resource during subsequent runs.
Parent topic: Monitoring code coverage to detect untested lines and methods
Related tasks
Viewing and analyzing coverage data for lines and methods