LCOV - code coverage report
Current view: top level - tests/unit - html_medium_stub.c (source / functions) Coverage Total Hit
Test: coverage.info Lines: 100.0 % 3 3
Test Date: 2026-04-15 21:12:52 Functions: 100.0 % 1 1

            Line data    Source code
       1              : #include "html_medium.h"
       2              : 
       3              : /* Deterministic stub for unit tests: every printable codepoint = 1 column. */
       4         1205 : int html_medium_char_width(uint32_t cp) {
       5         1205 :     if (cp < 0x20 || cp == 0x7F) return 0;
       6         1205 :     return 1;
       7              : }
        

Generated by: LCOV version 2.0-1