Can I use coverpoint label name same as the coverpoint name

Can I provide the coverpoint label name same as the coverpoint name,
For example,
reset_sel:coverpoint resel_sel{
bins b0 = {0};
bins b1 = {1};
}
Thanks

In reply to aktarahmd:

Yes. In fact if you omit the label and the coverage point is associated with a single variable, then the variable name becomes the name of the coverage point.