v0.30.5alpha
Oct 10, 2024
3
version = 1
[[analyzers]]
name = "test-coverage"
Coverage
3
A source line is considered covered when at least one instruction that is assigned to this line has been executed by a test case. These lines were not executed during any of the test cases.
Test code has lines of code that were never executed during the test. This can happen when you've written test for some application logic which is never hit during the tests.