How to check functionality in functional coverage

how can we know that my functionality is done and which function is cover or not how we know???
for example:- if we design fifo and i am checking reset logic so how can we check using functional coverage.

You have to write the covergroup and coverpoint as per your reset logic.You could also write property and use assertion coverage to check it.

you can find more details about Functional coverage here
Functional Coverage