One aspect of Clean Code is that code is testable and tested. Sonar enables users to import test coverage reports – which show how much of a codebase has been touched by test code. And, good Code Coverage doesn’t necess…