commit 211ed630587ce9246996043007a1e907982a33e0 from: Sergey Bronnikov date: Tue Apr 04 16:14:56 2023 UTC Updated Glossary (markdown) commit - 6df85a13064a0d2c42be38e060637bb8eb4c0774 commit + 211ed630587ce9246996043007a1e907982a33e0 blob - 843db368b0b97706eced1d78a700d2ef0a6b9651 blob + f4c8f98b4d675ca1f1b674f1be803b33d76a8f10 --- Glossary.md +++ Glossary.md @@ -2,11 +2,9 @@ ![image](https://user-images.githubusercontent.com/1151557/201519610-f2a088b9-2954-471c-b0f0-606216cd30fd.png) --> -# Glossary - ### C -Coverage: Some information about the behaviour of the target when it executes a given input. Coverage is usually represented as feature set that the input has triggered in the target. +Coverage: Some information about the behaviour of the target when it executes a given input. Coverage is usually represented as the feature set that the input has triggered in the target. Corpus: (also **test corpus**, or **fuzzing corpus**) (*plural*: corpora) A set of [test inputs](#test-input). In most contexts, it refers to a set of minimal test inputs that generate maximal code coverage.