-print_full_coverage=1 produces a detailed branch coverage dump when run on a single file.
Uses same infrastructure as -print_coverage flag, but prints all branches (regardless of coverage status) in an easy-to-parse format.
Usage: For internal use with machine learning fuzzing models which require detailed coverage information on seed files to generate mutations.
Patch by Ryan Cao (@ryancao).
clang-tidy: warning: invalid case style for function 'RunOneTestCov' [readability-identifier-naming]
not useful