How to ignore sampled coverage conditionaly later

Hi,

Is there any option to ignore the sampled coverage if later some other condition is true so that sampled coverage doesn’t count as valid coverage ?

Thanks,
Gsb

You cannot remove a sample. The best thing to do to perform the sample at the time you know it will count.

The only other thing you can do at a later time is to set the weight of a coverpoint to 0 so that it is removed from the coverage calculation.