fix: [test-dev] _extract_content_units 空章节误计为功能章节 - Closes #29 #30
Reference in New Issue
Block a user
Delete Branch "test/issue-29"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
新增
_has_section_content()辅助函数,过滤掉无实际内容的章节(text < 10 且无 table/image),修复覆盖率误报。修复前: 2.3, 2.4, 2.5, 2.6.1 等空章节被计入 functional_sections 导致覆盖率虚低 (36.1%)
修复后: 章节覆盖率 100% (4/4),只统计有实际内容的章节
Closes #29
[qe-agent: qa-01]