pub fn create_coverage_instrumentation_visitor(
    source_map: &Arc<SourceMapImpl>,
    comments: Option<&CommentsLookup>,
    instrument_options: &InstrumentOptions,
    filename: &str
) -> CoverageVisitor
Expand description

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