DeepSource
Dashboard Resources Pricing Discover Directory Log in

Run your first analysis.

Find thousands of code security and quality issues in your codebase, before they end up in production.

Start now
All analyzers Test coverage
Test coverage

Test coverage

By DeepSource

Use Analyzer
Docs
Discuss
Lines not covered in tests TCV-001
Coverage

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.

Unexecuted code detected in test TCV-002
Coverage

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.