Module rustc_middle::mir::coverage

source ·
Expand description

Metadata from source code coverage analysis and instrumentation.

Structs§

  • ID of a coverage counter. Values ascend from 0.
  • ID of a coverage-counter expression. Values ascend from 0.
  • Stores per-function coverage information attached to a mir::Body, to be used in conjunction with the individual coverage statements injected into the function’s basic blocks.

Enums§