Describe the bug
when I use when(Type of String) {}, the branch coverage for the when line itself is especially low. Even if I cover all the other parts, the overall branch coverage only reaches 37% because of those two when branches.
Reports
Environment
- Kover Gradle Plugin version: 0.9.2
- Gradle version: 8.11.1
- Kotlin project type:Kotlin/Android