1. Software Engineering
  2. Development Process

Documentation Coverage

Percentage

Assesses the extent to which the codebase is documented. Adequate documentation supports maintainability and facilitates onboarding new team members.

Formula

(Lines of Documentation / Total Lines of Code) * 100

Example

If there are 500 lines of documentation for 2,000 lines of code, the documentation coverage is (500/2000)*100 = 25%.