tableinfo
Retrieve lookup table coverage
information from cvdata
object
Syntax
Description
returns lookup table coverage results from the
covInfo
= tableinfo(cvdo
,modelObject
)cvdata
object
cvdo
for the model component
modelObject
.
returns lookup table coverage results for covInfo
= tableinfo(cvdo
,modelObject
,ignoreDescendants
)modelObject
,
depending on the value of ignoreDescendants
.
[
returns lookup table coverage results and the
execution count for each
interpolation/extrapolation interval in the lookup
table block
covInfo
,exeCounts
]
= tableinfo(cvdo
,modelObject
)modelObject
.
[
returns lookup table coverage results, the
execution count for each
interpolation/extrapolation interval, and the
execution counts for breakpoint equality.covInfo
,exeCounts
,brkEquality
]
= tableinfo(cvdo
,modelObject
)
Examples
Input Arguments
Output Arguments
Alternatives
Use the coverage settings to collect lookup table coverage for a model:
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 Lookup Table.
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
| cvsim
| decisioninfo
| getCoverageInfo
| mcdcinfo
| overflowsaturationinfo
| sigrangeinfo
| sigsizeinfo
| executioninfo
| relationalboundaryinfo