LCOV - code coverage report
Current view: top level - libemail/src/platform/posix - html_medium.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              : #include <wchar.h>
       3              : 
       4          240 : int html_medium_char_width(uint32_t cp) {
       5          240 :     int w = wcwidth((wchar_t)cp);
       6          240 :     return (w < 0) ? 0 : w;
       7              : }
        

Generated by: LCOV version 2.0-1