Closed (fixed)
Project:
Orchestra
Version:
1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2026 at 23:52 UTC
Updated:
16 Jul 2026 at 06:15 UTC
Jump to comment: Most recent
Adds a "Codebase metrics" page to the documentation (mkdocs): a measured snapshot of the codebase and all submodules, counted with cloc.
It shows lines by language, a production vs test split, the code/comment/blank composition, and a per-submodule ranking, rendered as static inline SVG charts plus Markdown tables. No JavaScript or charting plugin is needed, so it builds in the docs as-is.
The page is meant to be refreshed periodically. A "Codebase metrics" nav entry is added to mkdocs.yml.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
mably commented