Expand description
Coverage reports.
Modules§
Structs§
- Bytecode
Reporter - Contract
Id - A unique identifier for a contract
- Coverage
Collector - Inspector implementation for collecting coverage information.
- Coverage
Item - Coverage
Report - A coverage report.
- Coverage
Summary - Coverage summary for a source file.
- Coverage
Summary Reporter - A simple summary reporter that prints the coverage results in a table.
- Debug
Reporter - A super verbose reporter for debugging coverage while it is still unstable.
- HitMap
- Hit data for an address.
- HitMaps
- A collection of
HitMap
s. - Item
Anchor - An item anchor describes what instruction marks a CoverageItem as covered.
- Lcov
Reporter - Writes the coverage report in LCOV’s tracefile format.
- Line
Number 🔒Cache - Cache line number offsets for source files
- Source
Location - A source location.
Enums§
Traits§
- Coverage
Reporter - A coverage reporter.