Manage Coverage Data
Access, manage, and aggregate coverage results
You can use Simulink® Coverage™ to access, manage, and aggregate coverage results. You can also assess testing completeness by aggregating coverage data from multiple test runs.
Objects
cvdata | Access Simulink Coverage data in the MATLAB workspace |
cv.cvdatagroup | Collection of cvdata objects |
Functions
Topics
- Access, Manage, and Aggregate Coverage Results
Access, manage, and aggregate coverage results from the Results Explorer after you collect coverage.
- Cumulative Coverage Data
Collect cumulative coverage from successive simulations.
- Analyze Coverage Data Using A Script
Retrieve specific coverage information after simulation using MATLAB® commands.
- Collect Coverage in Tests (Simulink Test)
Use coverage measurement to assess the extent of your tests.
- Extracting Detailed Information from Coverage Data
This example shows how coverage utility commands can be used to extract information for an individual subsystem, block, or Stateflow® object from cvdata objects.