How to implement transition coverage on non consecutive sampling points

In reply to rgarcia07:

Hi Garcia,

In your example, you are changing the value after each sampling condition. So you are hitting the transition coverage. But in my case, the value might not change after each sample. I do see that the values are coming in order from 0 to 15.

Thanks.