Hi Yashpal,
googletest does not come with a build code coverage tool (that I know of).
you will need to use an external tool to gather code coverage data.
if you are working on windows using Visual Stuio, you should be able to use the VS coverage tools to do that.
on the up side, its free and it integrate quite nice with the development environment.
on the down side, it take some technical effort to use it.
of course there are other tools out there.
Lior