executioninfo
Retrieve execution coverage information from cvdata
object
Syntax
Description
returns execution coverage results from the covInfo
= executioninfo(cvdo
,modelObject
)cvdata
object
cvdo
for the model component specified by
object
.
returns execution coverage results from the covInfo
= executioninfo(cvdo
,modelObject
,simMode
)cvdata
object
cvdo
for the model component specified by
object
for the simulation mode mode
.
returns execution coverage results for covInfo
= executioninfo(cvdo
,modelObject
,ignore_descendants
)object
, depending on the
value of ignore_descendants
.
[
returns execution coverage results and text descriptions of execution points
associated with covInfo
,description
]
= executioninfo(cvdo
,modelObject
)object
.
Examples
Input Arguments
Output Arguments
Alternatives
Use the coverage settings to collect and display execution coverage results:
Open the model.
In the Model Editor, select Model Settings on the Modeling tab.
On the Coverage pane of the Configuration Parameters dialog box, select Enable coverage analysis.
Under Coverage metrics, select Block Execution as the structural coverage level.
Click OK to close the Configuration Parameters dialog box and save your changes.
Simulate the model by clicking the Run button and review the results.
Version History
Introduced in R2006b
See Also
complexityinfo
| conditioninfo
| decisioninfo
| cvsim
| getCoverageInfo
| mcdcinfo
| overflowsaturationinfo
| sigrangeinfo
| sigsizeinfo
| tableinfo
| relationalboundaryinfo