line level

The data collection level at which PureCoverage records whether individual lines, as well as functions, were exercised by your tests.

PureCoverage requires debug data to collect line level coverage data. To provide debug data, compile your program with the -g debug option.

If debug data is not available, PureCoverage collects data at the function level.

See also function level.