Dear LibreOffice community, I'm Manish Bera, working on the "Improve Word Processor Test Coverage" project this summer under the mentorship of Jonathan Clark. The project focuses on improving test coverage of Writer's legacy layout engine (sw/source/core) using lcov metrics and parseLayoutDump() assertions. Accomplishments
- Worked on improving test coverage for sw/source/core/text/pormulti.cxx. - Added new CppUnit tests covering previously untested execution paths in pormulti.cxx, exercising approximately 150 lines of code that were not covered by existing tests. - Updated and refined the previous week's patch based on feedback and suggestions received from my mentor. Next Week - Continue expanding test coverage for pormulti.cxx by identifying and testing additional uncovered code paths. - Address any remaining review comments and suggestions from my mentor on the current patches. - Use updated lcov reports to identify the next set of high-impact areas within sw/source/core/text and related modules. Thank you! Best regards, Manish Bera
