What is the meaning of the fields in the data exported by the llvm-cov tool?

I am very confused about the data field exported by llvm-cov. In particular the data.totals.functions.count field is not equal to len(data.functions). How can I find all functions corresponding to data.totals.functions.count?