ENVY/QA User Guide : Code Coverage : Using the Code Coverage Browser : Launching the Code Coverage Browser
Launching the Code Coverage Browser
The Code Coverage Browser lets you watch a set of applications while they are being tested. To open the Code Coverage Browser, select Tool > Coverage from a development browser or from the Transcript.
Status Area
The status area gives a brief summary of the number of methods that are still untested in the selected application. The status area shows the:
number of tested methods
number of untested methods
percentage of tested methods for the selected applications
For example:
17/435 (3.91%)
indicates that out of a total of 435 testable methods, 17 have executed, which represents 3.91% of the total.
The total testable methods do not include ignored methods or methods that cannot be monitored by Code Coverage.1 If the selected application is displayed with points of ellipsis (...), the status area displays the totals for the entire application hierarchy. If the points of ellipsis are not present, the totals are shown for only the specific applications. When an application is fully tested, the status label indicates No methods.

1 On VA Smalltalk, accessor and primitive methods cannot be monitored by Code Coverage

Last modified date: 06/30/2015