third_party/modest/source/mycss/selectors/function.c | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 12 | 33.3 |
line | true | false | branch |
---|---|---|---|
36 | 1 | 0 | while (mycss_selectors_function_begin_map_index[idx].name) |
38 | 1 | 0 | if(mycss_selectors_function_begin_map_index[idx].length == length) { |
39 | 1 | 0 | if(mycore_strncasecmp(mycss_selectors_function_begin_map_index[idx].name, name, length) == 0) |
42 | 0 | 0 | if(mycss_selectors_function_begin_map_index[idx].next) |
47 | 0 | 0 | else if(mycss_selectors_function_begin_map_index[idx].length > length) { |
62 | 1 | 0 | if(entry) { |