Branch Coverage

third_party/modest/source/myhtml/tag_init.c
Criterion Covered Total %
branch 10 10 100.0


line true false branch
2599 1308 33 while (myhtml_tag_static_list_index[idx].ctx)
2601 1210 98 if(myhtml_tag_static_list_index[idx].ctx->name_length == length) {
2602 1206 4 if(mycore_strncasecmp(myhtml_tag_static_list_index[idx].ctx->name, name, length) == 0)
2605 2 2 if(myhtml_tag_static_list_index[idx].next)
2610 61 37 else if(myhtml_tag_static_list_index[idx].ctx->name_length > length) {