LCOV - differential code coverage report
Current view: top level - src/common - unicode_category.c (source / functions) Coverage Total Hit UBC GBC CBC
Current: b45a8d7d8b306b43f31a002f1b3f1dddc8defeaf vs 8767b449a3a1e75626dfb08f24da54933171d4c5 Lines: 32.5 % 237 77 160 5 72
Current Date: 2025-10-28 08:26:42 +0900 Functions: 60.0 % 25 15 10 1 14
Baseline: lcov-20251028-005825-baseline Branches: 35.1 % 154 54 100 10 44
Baseline Date: 2025-10-27 06:37:35 +0000 Line coverage date bins:
Legend: Lines:     hit not hit
Branches: + taken - not taken # not executed
(360..) days: 32.5 % 237 77 160 5 72
Function coverage date bins:
(360..) days: 60.0 % 25 15 10 1 14
Branch coverage date bins:
(360..) days: 35.1 % 154 54 100 10 44

Function Name Sort by function name TLA Hit count Sort by function hit count Lines Sort by unexercised lines in function Branches Sort by unexercised branches in function
unicode_category_abbrev UBC 0 0.0 % (0 / 63) 0.0 % (0 / 31)
unicode_category_string UBC 0 0.0 % (0 / 63) 0.0 % (0 / 31)
pg_u_isgraph UBC 0 0.0 % (0 / 6) 0.0 % (0 / 4)
pg_u_isprint UBC 0 0.0 % (0 / 5) 0.0 % (0 / 6)
pg_u_isword UBC 0 0.0 % (0 / 5) 0.0 % (0 / 6)
pg_u_prop_hex_digit UBC 0 0.0 % (0 / 4) 0.0 % (0 / 2)
pg_u_prop_join_control UBC 0 0.0 % (0 / 4) 0.0 % (0 / 2)
pg_u_isblank UBC 0 0.0 % (0 / 3) 0.0 % (0 / 4)
pg_u_iscntrl UBC 0 0.0 % (0 / 2)
pg_u_islower UBC 0 0.0 % (0 / 2)
pg_u_isxdigit GBC 3 71.4 % (5 / 7) 55.6 % (10 / 18)
pg_u_prop_lowercase CBC 30 75.0 % (3 / 4) 50.0 % (1 / 2)
pg_u_isalnum CBC 21362 100.0 % (2 / 2) 100.0 % (4 / 4)
pg_u_isalpha CBC 47333 100.0 % (2 / 2)
pg_u_isdigit CBC 44440 100.0 % (4 / 4) 100.0 % (6 / 6)
pg_u_ispunct CBC 12288 100.0 % (8 / 8) 100.0 % (4 / 4)
pg_u_isspace CBC 8312 100.0 % (2 / 2)
pg_u_isupper CBC 12288 100.0 % (2 / 2)
pg_u_prop_alphabetic CBC 47333 100.0 % (4 / 4) 100.0 % (2 / 2)
pg_u_prop_case_ignorable CBC 63 100.0 % (4 / 4) 100.0 % (2 / 2)
pg_u_prop_cased CBC 39 100.0 % (7 / 7) 62.5 % (5 / 8)
pg_u_prop_uppercase CBC 12318 100.0 % (4 / 4) 100.0 % (2 / 2)
pg_u_prop_white_space CBC 8312 100.0 % (4 / 4) 100.0 % (2 / 2)
range_search CBC 44562 100.0 % (12 / 12) 87.5 % (7 / 8)
unicode_category CBC 15474 100.0 % (14 / 14) 90.0 % (9 / 10)

Generated by: LCOV version 2.4-beta