This tutorial demonstrates launching the sample application, closing the application and inspecting the coverage results. This tutorial is similar to the previous tutorial, but with something extra.
Notice that the number of lines visited for the source file nativeExample.cpp are higher than for the first tutorial. The reason for this is nativeExample.cpp contains the implementation of the “About Box” in the CAboutDlg class. The code for this class was executed when the Help menu entry was activated and when the OK button was clicked to dismiss the dialog box. The image to the right shows the source code display for CAboutDlg in nativeExample.cpp.