In reply to rgarcia07:
Hi,
The issue is that the value does not change constantly at each sampling point. I sample at every posedge of clk but there is a iff clause to my coverpoint where I check the cover bins. Since the bins are getting hit at non-consecutive sampling point the transition bin is not getting covered.
Thanks.