rustc_mir_transform::coverage

Module counters

Source

Structs§

  • Helper struct that allows counter creation to inspect the BCB graph, and the set of nodes that need counters.
  • Generates and stores coverage counter and coverage expression information associated with nodes/edges in the BCB graph.
  • Helper struct for converting CountersBuilder into a final CoverageCounters.

Enums§

  • BcbCounter 🔒
    The coverage counter or counter expression associated with a particular BCB node or BCB edge.
  • Site 🔒
    Enum representing either a node or an edge in the coverage graph.
  • Symbolic representation of the coverage counter to be used for a particular node or edge in the coverage graph. The same site counter can be used for multiple sites, if they have been determined to have the same count.

Functions§