Branch Coverage

third_party/modest/source/mycss/values/color.c
Criterion Covered Total %
branch 0 36 0.0


line true false branch
32 0 0 while (mycss_values_color_name_index_static_for_search[idx].name)
34 0 0 if(mycss_values_color_name_index_static_for_search[idx].name_length == length) {
35 0 0 if(mycore_strncasecmp(mycss_values_color_name_index_static_for_search[idx].name, name, length) == 0)
38 0 0 if(mycss_values_color_name_index_static_for_search[idx].next)
43 0 0 else if(mycss_values_color_name_index_static_for_search[idx].name_length > length) {
58 0 0 if(entry)
66 0 0 if(color_id >= MyCSS_VALUES_COLOR_ID_LAST_ENTRY) {
67 0 0 if(length)
75 0 0 if(length)
88 0 0 while (mycss_values_color_function_index_static_for_search[idx].name)
90 0 0 if(mycss_values_color_function_index_static_for_search[idx].name_length == length) {
91 0 0 if(mycore_strncasecmp(mycss_values_color_function_index_static_for_search[idx].name, name, length) == 0)
94 0 0 if(mycss_values_color_function_index_static_for_search[idx].next)
99 0 0 else if(mycss_values_color_function_index_static_for_search[idx].name_length > length) {
114 0 0 if(entry)
122 0 0 if(color_function_id >= MyCSS_VALUES_COLOR_FUNCTION_ID_LAST_ENTRY) {
123 0 0 if(length)
131 0 0 if(length)