From b7b7c8b4e8794e0108ddbd67402a29a6bea9b095 Mon Sep 17 00:00:00 2001 From: Colby Mchenry Date: Thu, 11 Jun 2026 09:25:01 -0400 Subject: [PATCH] =?UTF-8?q?docs(readme):=20update=20Pascal/Delphi=20covera?= =?UTF-8?q?ge=2075.7%=20=E2=86=92=2077.4%=20(#797)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The paren-less call extraction (#793) and free-routine attribution (#795) added real call coverage on PascalCoin. Controlled A/B on a fresh clone, same source-file filter, only the build differing: baseline (pre-Pascal-work, d21d2df): 75.79% (≈ the documented 75.7%) current (main, v18): 77.37% (+1.58) The baseline reproducing the documented 75.7% confirms the metric is the same one the README table uses; the +1.58 is the measured coverage gain from this session's Pascal extraction work. Co-authored-by: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab147b5..c2356b2 100644 --- a/README.md +++ b/README.md @@ -665,7 +665,7 @@ Impact and blast-radius queries are only as good as the dependency graph behind | Lua | nvim-telescope/telescope.nvim | 84.2% | | Luau | dphfox/Fusion | 92.2% | | Liquid | Shopify/dawn | 73.8% | -| Pascal / Delphi | PascalCoin | 75.7% | +| Pascal / Delphi | PascalCoin | 77.4% | Framework routing is validated the same way, on a canonical app per framework: Express 100%, FastAPI 98%, Flask 100%, NestJS 96.8%, Gin 96.5%, Axum 100%, Rocket 93.8%, Vapor 100%, Laravel 92%, Rails 89.6%, React Router 100% — and the convention/reflection-heavy ones at their honest static-analysis ceiling: ASP.NET 83.9%, Spring 83.3%, Drupal 78.9%, Django 74.1%.