create_coverage_instrumentation_visitor

Function create_coverage_instrumentation_visitor 

Source
pub fn create_coverage_instrumentation_visitor<C: Clone + Comments, S: SourceMapper>(
    source_map: Arc<S>,
    comments: C,
    instrument_options: InstrumentOptions,
    filename: String,
) -> CoverageVisitor<C, S>
Expand description

Public interface to create a visitor performs transform to inject coverage instrumentation counter.