Package: slcoverage
Create coverage filtering rule
Create a coverage filtering rule that includes the selector and the rationale for filtering.
creates the filter rule object rule
= slcoverage.FilterRule(selector
,rationale
)rule
using the specified selector
and rationale text.
specifies whether the filter mode for this rule is justify or exclude. You can use only
justify (the default) with metric selectors.rule
= slcoverage.FilterRule(selector
,rationale
,mode
)
Handle. To learn how handle classes affect copy operations, see Copying Objects.
slcoverage.BlockSelector
| slcoverage.Filter
| slcoverage.MetricSelector
| slcoverage.SFcnSelector