Checking embedding coverage

I was wanting to check how much of my corpus a particular embedding covered and looked at

TEXT.vocab.freqs['<unk>']

and this showed 0 , but it also shows 0 for any nonsense word I know is not covered, so I;m not sure there are 0 unknowns - I guess I can sum the frequencies and compare this to the number of words in my corpus?