In reply to Jyothi_G:
That is exactly the point of a cover versus assert statements. A cover statement can only succeed, it never fails.
But if not passing at any point in the simulation is considered a failure, that needs to be written as an assert statement. You might want to look at the eventually property.