check_query_coverage

Function check_query_coverage 

Source
pub fn check_query_coverage(
    input_content: &str,
    original_query: &TopiaryQuery,
    grammar: &Language,
) -> FormatterResult<CoverageData>
Expand description

Check if the input tests all patterns in the query, by successively disabling all patterns. If disabling a pattern does not decrease the number of matches, then that pattern originally matched nothing in the input.