From 946aa4a270a87c3bab107a36eb340ce14615c692 Mon Sep 17 00:00:00 2001 From: nhanasi Date: Tue, 9 Jun 2026 11:43:47 -0400 Subject: [PATCH 1/2] Update L2_Test_Coverage.md --- .../functional-tests/docs/L2_Test_Coverage.md | 30 ++++++++++++------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/test/functional-tests/docs/L2_Test_Coverage.md b/test/functional-tests/docs/L2_Test_Coverage.md index fcd872f1..e10cf7cc 100644 --- a/test/functional-tests/docs/L2_Test_Coverage.md +++ b/test/functional-tests/docs/L2_Test_Coverage.md @@ -8,17 +8,25 @@ ## Executive Summary -| Metric | Count | -|---|:---:| -| Feature files | 21 | -| Feature scenarios | 90 | -| Test files (pytest) | 22 | -| Test functions (`test_*`) | 112 | -| Feature→Test mapped pairs | 21 / 21 (+ 1 orphan test) | -| Source modules (always compiled) | 9 | -| Source modules (conditional IARMBUS) | 7 | -| **Overall feature coverage** | **95%** (21/22 test files have matching features) | -| **Source behavior coverage** | **~65%** (happy paths covered; error/edge paths mostly untested) | +Total source functions (approx): ~123 +Functions with direct L2 coverage: ~55 +Functions with indirect L2 coverage: ~32 +Functions with no L2 coverage: ~36 + +Active L2 test functions: 118 +Disabled L2 test functions: 0 +Active feature scenarios: 103 +Proposed new test scenarios: 22 + +High priority: 11 +Medium priority: 7 +Low priority: 4 + +Test files active: 23 +Test files disabled (commented out): 0 + +Estimated current L2 functional coverage: ~55% +Target L2 functional coverage: ~80% --- From ee4918de326c9f8efa32fb6033bf21188e10ed8b Mon Sep 17 00:00:00 2001 From: nhanasi Date: Tue, 9 Jun 2026 11:45:00 -0400 Subject: [PATCH 2/2] Update L2_Test_Coverage.md --- test/functional-tests/docs/L2_Test_Coverage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/functional-tests/docs/L2_Test_Coverage.md b/test/functional-tests/docs/L2_Test_Coverage.md index e10cf7cc..0381102c 100644 --- a/test/functional-tests/docs/L2_Test_Coverage.md +++ b/test/functional-tests/docs/L2_Test_Coverage.md @@ -6,9 +6,9 @@ --- -## Executive Summary +**Test Coverage Summary** -Total source functions (approx): ~123 +```Total source functions (approx): ~123 Functions with direct L2 coverage: ~55 Functions with indirect L2 coverage: ~32 Functions with no L2 coverage: ~36 @@ -27,7 +27,7 @@ Test files disabled (commented out): 0 Estimated current L2 functional coverage: ~55% Target L2 functional coverage: ~80% - +``` --- ## 1. Feature File ↔ Test File Mapping