id
| Read-only internal ID |
modelcov
| Read-only internal ID |
rootPath
| Name of system or subsystem for analysis |
label
| String used when reporting results |
setupCmd
| Command executed in base workspace prior to simulation |
settings.condition
| Set to 1 for condition coverage. |
settings.decision
| Set to 1 for decision coverage. |
settings.
designverifier
| Set to 1 for coverage for Simulink
Design Verifier™ blocks. |
settings.mcdc
| Set to 1 for MCDC coverage. |
settings.overflowsaturation | Set to 1 for saturate on integer
overflow coverage. |
settings.relationalop
| Set to 1 for relational boundary coverage.
Use options.
covBoundaryAbsTol and options.
covBoundaryRelTol for specifying tolerances for
this coverage. For more information, see Relational Boundary Coverage. |
settings.sigrange
| Set to 1 for signal range coverage. |
settings.sigsize
| Set to 1 for signal size coverage. |
settings.tableExec
| Set to 1 for lookup table coverage. |
modelRefSettings.
enable
| 'off' — Disables coverage
for all referenced models.
'all' or on —
Enables coverage for all referenced
models.
'filtered' — Enables coverage
only for referenced models not listed in the excludedModels sub-field.
|
modelRefSettings.
excludeTopModel
| Set to 1 to exclude coverage for the
top model |
modelRefSettings.
excludedModels
| Character vector or string specifying a comma-separated list of
referenced models for which coverage is disabled. |
emlSettings.
enableExternal
| Set to 1 to enable coverage for external
program files called by MATLAB functions in your model. |
sfcnSettings.
enableSfcn
| Set to 1 to enable coverage for C/C++ S-Function blocks in your model. |
options.
forceBlockReduction
| Set to 1 to override the Simulink Block
reduction parameter if it is enabled. |
options.
covBoundaryRelTol
| Set to the value of relative tolerance for relational
boundary coverage. For more information, see Relational Boundary Coverage. |
options.
covBoundaryAbsTol
| Set to the value of absolute tolerance for relational
boundary coverage. For more information, see Relational Boundary Coverage. |
options.
mcdcmode
| 'Masking' — Use the
masking modified condition and decision coverage
(MCDC) definition for recording MCDC coverage
results.
'UniqueCause' — Use
the unique cause modified condition and decision
coverage (MCDC) definition for recording MCDC
coverage results
For more information, see Modified Condition and Decision Coverage (MCDC) Definitions in Simulink Coverage. |
options.useTimeInterval
| Set to 1 to restrict model coverage
recording only inside a specified simulation time interval. For
more information see Specify Coverage Options. |
options.intervalStartTime
| Value of the coverage recording interval start time. |
options.intervalStopTime
| Value of the coverage recording interval stop time. |
filter.fileName
| Character vector or string specifying name of coverage filter file,
if you have excluded objects from coverage recording. See Coverage Filter Rules and Files. |