Branch Coverage

src/pdfmake_font_std14.c
Criterion Covered Total %
branch 9 12 75.0


line true false branch
562 0 897719 if (id < 0 || id >= PDFMAKE_STD14_COUNT) return NULL;
572 0 896644 if (!data) return 0;
577 6243212 94 while (lo < hi) {
579 2155822 4087390 if (data->widths[mid].codepoint < codepoint) {
581 3190840 896550 } else if (data->widths[mid].codepoint > codepoint) {
590 94 0 if (data->width_count > 0) {