Skip to content
#

Test coverage

Test coverage is the percentage of your project being covered by—depending on the perspective—code or tests, which can be measured in different ways:

  • path coverage
  • line coverage
  • branch coverage
  • code coverage

Here are 1,383 public repositories matching this topic...