Open
Description
E.g., the percentage line coverage of a new fuzz target f1
should be the #lines it covered over the #lines it linked during compilation:
The percentage line coverage improvement of f1
over an existing fuzz target f0
should be the #lines covered by f1
minus the #lines covered by f2
, then divided by the union #lines linked by both.
Metadata
Assignees
Labels
No labels