The Profiling and Logging perspective includes views for identifying untested lines and untested methods in your code. When you profile a run to analyze performance or thread bottlenecks, you can also monitor coverage to ensure that you have exercised all the appropriate parts of your application.
The following views are available for monitoring code coverage:
The Coverage Navigator and Annotated Source views display tested and untested lines, as well as methods. The Coverage Statistic view displays tested and untested methods.
For more information, read Monitoring code coverage to detect untested lines and methods.