debug data

Information the compiler gathers about your code when you compile with the -g debug option.

PureCoverage uses debug line information to collect coverage data at line level. If debug data is not available, PureCoverage collects data only at function level.

See also line level and function level.