Code coverage enables Xcode to use the compiler to gather statistics about your source code and display the results after tests are run. The Report navigator shows where methods and functions were not reached by tests.