Package | Description |
---|---|
org.pitest.mutationtest.build.intercept.timeout |
Modifier and Type | Class and Description |
---|---|
class |
InfiniteForLoopFilter
Removes mutants that are likely to result in an infinite or long running
for loop or while loop based on a counter.
|
class |
InfiniteIteratorLoopFilter
Removes mutants that remove the only call to next in an iterator loop
|
Copyright © 2021 org.pitest. All rights reserved.