I am using Simulink Verification and Validation 1.1.1 (R14SP3) to analyze model coverage for a Stateflow chart. The chart uses the following temporal logic event: after(a,tick) The model coverage report indicates that the TICK event is an uncovered condition, i.e., it never evaluates as 'false'. However, this is an implicit Stateflow event that should not appear as an uncovered condition. To reproduce this issue, simulate the attached model "test.mdl".
Prashant Kumar answered .
2025-11-20
[after(a,tick)]
This temporal condition does not depend on an event and generates more efficient code.