ConfigAnalyze

Configuration of how the mutation analyzer should act.

Members

Variables

exclude
AbsolutePath[] exclude;

Exclude any files that are in these directory trees from the analysis.

fastDbStore
bool fastDbStore;

Turn off the sqlite synchronization safety

poolSize
int poolSize;

The size of the thread pool which affects how many files are analyzed in parallel.

prune
bool prune;

Remove files from the database that aren't found when analyzing.

rawExclude
string[] rawExclude;

User input of excludes before they are adjusted to relative root

unifiedDiffFromStdin
bool unifiedDiffFromStdin;

What files to analyze is derived from a diff.

Meta