Light Coverage Profiler - Report Panel (Source Files Data Category)

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

When the Source Files Data category is active in the Explorer panel, the Report panel shows profiling results for source files.

The panel contains the following columns:

Columns (in alphabetical order) Description
File Name Name of the source file.

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

Lines Covered Specifies the number of source lines that were executed during the profiler run.
Note: Partially executed lines are counted as executed.
Lines Uncovered Specifies the number of source lines that were not executed during the profiler run.
Total Lines The total number of source code lines in the given source file.
% Covered The percentage of covered lines against the total number of lines in the routines that belong to the source file. Partially executed lines are counted as executed.

See Also

Light Coverage Profiler
About the Report Panel

Highlight search results