LCOV - differential code coverage report
Current view: top level - src/common - binaryheap.c (source / functions) Coverage Total Hit UBC GBC CBC
Current: c70b6db34ffeab48beef1fb4ce61bcad3772b8dd vs 06473f5a344df8c9594ead90a609b86f6724cff8 Lines: 95.9 % 98 94 4 1 93
Current Date: 2025-09-06 07:49:51 +0900 Functions: 100.0 % 15 15 15
Baseline: lcov-20250906-005545-baseline Branches: 74.0 % 50 37 13 3 34
Baseline Date: 2025-09-05 08:21:35 +0100 Line coverage date bins:
Legend: Lines:     hit not hit
Branches: + taken - not taken # not executed
(30,360] days: 100.0 % 5 5 5
(360..) days: 95.7 % 93 89 4 1 88
Function coverage date bins:
(360..) days: 100.0 % 15 15 15
Branch coverage date bins:
(30,360] days: 100.0 % 4 4 4
(360..) days: 71.7 % 46 33 13 3 30

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
binaryheap_add CBC 1610150 75.0 % (6 / 8) 25.0 % (1 / 4)
binaryheap_add_unordered CBC 38891 75.0 % (6 / 8) 25.0 % (1 / 4)
binaryheap_first CBC 1066355 100.0 % (3 / 3) 50.0 % (2 / 4)
binaryheap_remove_node CBC 379 100.0 % (10 / 10) 83.3 % (10 / 12)
binaryheap_replace_first CBC 852150 100.0 % (6 / 6) 66.7 % (4 / 6)
binaryheap_remove_first CBC 1644408 100.0 % (9 / 9) 83.3 % (5 / 6)
binaryheap_build CBC 3938 100.0 % (5 / 5) 100.0 % (2 / 2)
sift_down CBC 2093615 100.0 % (15 / 15) 100.0 % (8 / 8)
sift_up CBC 1610219 100.0 % (12 / 12) 100.0 % (4 / 4)
binaryheap_allocate CBC 4194 100.0 % (9 / 9)
binaryheap_free CBC 3676 100.0 % (3 / 3)
binaryheap_reset CBC 193 100.0 % (4 / 4)
left_offset CBC 16864657 100.0 % (2 / 2)
parent_offset CBC 3920724 100.0 % (2 / 2)
right_offset CBC 16864657 100.0 % (2 / 2)

Generated by: LCOV version 2.4-beta