Glossary
The share of code executed during a test run. A number that says a lot about gaps and little about quality.
High coverage does not prove that tests check anything: code can run without a single assertion. Low coverage does reliably prove that parts are unchecked.
The number is useful as a direction indicator and as a ratchet against regression, not as a goal in itself.