Categories
Latest version
v0.21.11
Updated on
Mar 9, 2023
Issues
2
version = 1
[[analyzers]]
name = "test-coverage"
Coverage
2
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.