| Class | Description |
|---|---|
| AnnotationIgnoredMethodFilter |
Filter out lines in method marked with annotation to ignore.
|
| ClosingBracesFilter |
This filter ignores lines which consist of return statement only.
|
| CoverageFilter |
Filter for undesirable lines.
|
| KotlinCoroutinesFilter |
Filter out generated Kotlin coroutines state machines.
|
| KotlinDefaultArgsLineFilter |
Filter for Kotlin default args function generated first line.
|
| KotlinDeprecatedMethodFilter |
Filter methods marked with deprecated annotation.
|
| KotlinImplementerDefaultInterfaceMemberFilter |
Default interface member should be filtered out from implementer.
|