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.