-
Notifications
You must be signed in to change notification settings - Fork 1
File format
Mitchell Hentges edited this page Feb 6, 2017
·
20 revisions
Prefix | Purpose | Data Format | Strategy |
---|---|---|---|
TN | Test Name | String name of test | Leave blank, like lcov is doing in local tests |
SF | Source File | Absolute path to source file | |
FN | Function | line # of fn start, fn name | |
FNDA | Fn Data | Execution count of fn, fn name | |
FNF | # Fn Found | integer | |
FNH | # Fn Executed | integer | |
DA | Executions for some Line | line #, execution count | |
LF | # Lines Found | integer | |
LH | # Lines Executed | integer | |
end_of_record |
End of Record | Signifies end of data for source file | Use the constant "end_of_record " |