Branch Coverage

third_party/modest/source/mycss/property/init.c
Criterion Covered Total %
branch 0 28 0.0


line true false branch
27 0 0 if(length == 0)
35 0 0 while (mycss_property_index_static_for_search[idx].name)
37 0 0 if(mycss_property_index_static_for_search[idx].name_length == length) {
38 0 0 if(mycore_strncasecmp(mycss_property_index_static_for_search[idx].name, name, length) == 0)
41 0 0 if(mycss_property_index_static_for_search[idx].next)
46 0 0 else if(mycss_property_index_static_for_search[idx].name_length > length) {
61 0 0 if(entry)
69 0 0 if(length == 0)
77 0 0 while (mycss_property_value_index_static_for_search[idx].name)
79 0 0 if(mycss_property_value_index_static_for_search[idx].name_length == length) {
80 0 0 if(mycore_strncasecmp(mycss_property_value_index_static_for_search[idx].name, name, length) == 0)
83 0 0 if(mycss_property_value_index_static_for_search[idx].next)
88 0 0 else if(mycss_property_value_index_static_for_search[idx].name_length > length) {
103 0 0 if(entry)