I added some Validator assertions into my model, and now the number of coverage targets is different. Why?
The current version of Validator works by temporarily creating a new model consisting of the old model with subsystems added for the associated diagram-based assertions and user-defined targets. The coverage targets tracked during test generation are then computed for this new model. As a result, some new coverage targets relating to the Simulink/Stateflow structure of assertions are included. Our thought in doing this was that having coverage information about assertions was useful to see “how close” an assertion came to being violated during the execution of a given test suite.