Class | Description |
---|---|
AvoidForLoopCounterFilter |
Removes mutants that affect for loop counters as these have
a high chance of timing out.
|
AvoidForLoopCountersFilterFactory | |
InfiniteForLoopFilter |
Removes mutants that are likely to result in an infinite or long running
for loop or while loop based on a counter.
|
InfiniteForLoopFilterFactory | |
InfiniteIteratorLoopFilter |
Removes mutants that remove the only call to next in an iterator loop
|
InfiniteIteratorLoopFilterFactory | |
InfiniteLoopFilter |
Copyright © 2021 org.pitest. All rights reserved.