When writing jUnit tests for Java , for example, tools like EclEmma make it easy to see how much coverage the program has and which areas of the code are left without test coverage.

Does something like this exist for Objective-C? How to determine code coverage for your Objective-C iOS app?
source share