K 10 svn:author V 4 ngie K 8 svn:date V 27 2017-06-21T03:40:34.119218Z K 7 svn:log V 363 Start project branch for integrating runtime coverage instrumentation in to the build Runtime coverage instrumentation is typically used/useful with gcov/lcov, and helps developers gather information about how many times lines/branches are hit, etc in order to help them improve tests for libraries/programs. gcov statistics are separate from gprof statistics. END