Code coverage generation for non unit test applications/bundle

We can see Xcode supports to generate code coverage for unit test bundles. Does it has any support for generating code coverage report for a regular application/bundle. What we want to try is that can I check for my certain application how much code coverage is being done.

If Xcode does not have any support for this, what apple suggest us to do for this ?