I have a queue of some values.How to check wheather all the values of the queue are covered or not using coverages in system verilog

I have a queue of some values.How to check wheather all the values of the queue are covered or not using coverages in system verilog.

In reply to sai vamsy:
It would help to explain what you mean by “some values” and “all values of the queue are covered” You are certainly not going to cover all possible values of a 32-bit variable.