ConfigWorkArea

Undocumented in source.

Members

Variables

mutantMatcher
GlobFilter mutantMatcher;

The constructed glob filter which based on rawExclude and rawinclude. Only mutants whose location match will be generated.

rawExclude
string[] rawExclude;

User input of excludes before they are adjusted to relative root

rawInclude
string[] rawInclude;

User input of includes before they are adjusted to relative root

rawRoot
string rawRoot;

User input root.

root
AbsolutePath root;
Undocumented in source.

Meta