Coverage Profiler - Report Panel (Modules Category)

Applies to AQTime 8.81, last modified on January 18, 2022

When the Modules category is active in the Explorer panel, the Report panel shows profiling results for modules.

The panel holds the following columns:

Columns (in the alphabetical order) Description
Module Name Name of the module.

The module name is read from the application’s debug info. If debug info does not contain information on the module name, the column is empty.

Hit Count The number of routine calls that were profiled. See also Skip Count. This value is the sum of the Hit Count results of all profiled routines that belong to the given source file or module.
Skip Count The number of times the routines were excluded from the profiling because the profiling status was off (This can be, for example, the number of times the routines were affected by off-triggers). This value is the sum of the Skip Count results of all profiled routines that belong to the given source file or module.
% Covered The percentage of covered lines against the total number of lines in the routines that belong to the source file (module). Partially executed lines are counted according to the Mark partially executed lines as option value.

See Also

Coverage Profiler - Report Panel
About the Report Panel
Results of the Modules Category

Highlight search results