From e29ab0886316698ca63be39fab61fa55c1606618 Mon Sep 17 00:00:00 2001 From: Dongge Liu Date: Sun, 10 Nov 2024 20:46:38 +1100 Subject: [PATCH] Explain unintuitive coverage percentage gain (#715) Adding a theory to explain the high code coverage gains (e.g., 98%). --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 126323e5c..4402f99ea 100644 --- a/README.md +++ b/README.md @@ -115,5 +115,7 @@ of source code compiled during the OSS-Fuzz build process for the entire project. "Total relative gain" is the increase in coverage compared to the old number of covered lines. +\* Additional code from the project-under-test maybe included when compiling the new fuzz targets and result in high percentage gains. + ## Citing This Work Please click on the _'Cite this repository'_ button located on the right-hand side of this GitHub page for citation details.