In the following case where I have
example_0: coverpoint sample_0
{
bins trans_1 = (1=>1);
}
and sample_0 transitions like this: 1=>1=>1=>1.
Does this count as 2 hits? or 3?
In other words, does the coverpoint continue only from where it left off with the last sample, or does it also simultaneously try to sample again from the beginning of the transition?
Another question: Anything not specified in the current bins will automatically be ignore?
Like for example, if sample_0 transitions like this: 1=>1=>0=>1, this only counts as 1 hit?
Thanks!