Rationale
Have good test coverage it's a best practice largely adopted to ensure your application works as expected, also in edge case conditions.
It's therefore important to detect tests created just to increase the coverage metrics and not to test the logics implemented in your code.
Scope
Apex