slcoverage.FilterRule Class
Namespace: slcoverage
Create coverage filter rule
Description
Use an object of the slcoverage.FilterRule class to specify a coverage
filtering rule that includes the selector and the rationale for filtering.
The slcoverage.FilterRule class is a handle class.
Creation
creates the filter rule object rule = slcoverage.FilterRule(selector,rationale)rule using the specified
selector and rationale and sets the
selector and rationale properties.
creates a rule = slcoverage.FilterRule(selector,rationale,mode)FilterRule object with the specified filter
mode and sets the mode
property. You can use only justify with metric selectors.
Properties
Examples
Version History
Introduced in R2017b