Skip to main content

MutatedLines

Type Alias MutatedLines 

Source
pub type MutatedLines = BTreeSet<(String, u32)>;
Expand description

The (file, line) locations an engine produced a viable mutant for — the input the #226 line-scoped guard reads to tell an over-exemption (a listed line whose mutants were all caught) from an out-of-scope line (no mutant there).

Aliased Type§

pub struct MutatedLines { /* private fields */ }