Code Coverage
ConceptCode coverage is a testing metric that quantifies which program elements, such as statements or branches, execute during tests. It is used to assess test-suite quality, guide test optimization and generation, drive coverage-guided fuzzers such as AFL and libFuzzer, and support verification workflows such as instruction-set-simulator fuzzing, where it may be complemented by functional coverage.
WIKI
Code Coverage
Code coverage is a software-testing metric for quantifying the extent to which program elements—such as statements or branches—are executed during testing. Computing it can be expensive because it requires building and executing the code, typically with instrumentation overhead, and because coverage for a snippet depends on the whole program context. [definition-and-cost]
Role in software testing
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →