Line Coverage
← Back to Code Coverage
The percentage of lines of code executed during test runs. The simplest coverage metric. 100% line coverage does not guarantee correctness — a line can be executed without its edge cases being tested.
← Back to Code Coverage
The percentage of lines of code executed during test runs. The simplest coverage metric. 100% line coverage does not guarantee correctness — a line can be executed without its edge cases being tested.