sonar-kotlin icon indicating copy to clipboard operation
sonar-kotlin copied to clipboard

SONARKT-36 Improve detection of 'this' inside of 'with', 'apply' and 'run' scope functions

Open johann-beleites-sonarsource opened this issue 3 years ago • 1 comments

SonarQube Quality Gate

Quality Gate failed

Failed condition 84.6% 84.62% Coverage on New Code (is less than 85%)

See analysis details on SonarQube

sonarsource-next[bot] avatar Nov 02 '22 10:11 sonarsource-next[bot]

Note that the low coverage is due to the chained null-safe calls, which are infeasible to cover without mocking.