third_party/modest/source/mycss/values/units.c | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
27 | 0 | 0 | if(length == 0) |
35 | 0 | 0 | while (mycss_units_index_static_for_search[idx].name) |
37 | 0 | 0 | if(mycss_units_index_static_for_search[idx].name_length == length) { |
38 | 0 | 0 | if(mycore_strncasecmp(mycss_units_index_static_for_search[idx].name, name, length) == 0) |
41 | 0 | 0 | if(mycss_units_index_static_for_search[idx].next) |
46 | 0 | 0 | else if(mycss_units_index_static_for_search[idx].name_length > length) { |
61 | 0 | 0 | if(entry) |
69 | 0 | 0 | if(unit_type >= MyCSS_UNIT_TYPE_LAST_ENTRY) |