When writing jUnit tests for Java, for example, tools like EclEmma allows easy view of how much coverage a program has and what areas of code remain without test coverage.

Does anything like this exists for Objective-C? How can one determine code coverage for your Objective-C iOS application?
Recent versions of LLVM, the compiler Apple uses, support code coverage reports.