Branch Coverage
src/xh_log.c
Criterion
Covered
Total
%
branch
0
4
0.0
line
true
false
branch
21
0
0
if (log_level > XH_LOG_LEVEL) return;
27
0
0
if (msg[strlen(msg) - 1] != '\n') {