Home | History | Annotate | Download | only in code_coverage

Lines Matching refs:e_class

197       table.E('tr').E('th', e_class='secdesc', colspan=8).Text(caption)
202 sec_hdr.E('th', e_class='section').Text(itemtype)
204 sec_hdr.E('th', e_class='section').Text('Coverage')
205 sec_hdr.E('th', e_class='section', colspan=3).Text(
208 graph = sec_hdr.E('th', e_class='section')
216 sec_hdr.E('th', e_class='section').Text('Language')
217 sec_hdr.E('th', e_class='section').Text('Group')
219 sec_hdr.E('th', e_class='section', colspan=2)
248 row.E('td', e_class='number').Text(stat_cov)
249 row.E('td', e_class='number').Text(stat_ins)
250 row.E('td', e_class='number').Text(stat_exe - stat_ins)
253 graph = row.E('td', e_class='graph', width=100)
273 e_class='g_covered')
275 e_class='g_instr')
277 e_class='g_missing')
280 row.E('td', e_class='stat').Text(attrs.get('language'))
281 row.E('td', e_class='stat').Text(attrs.get('group'))
317 e_class = COV_TYPE_CLASS.get(line_cov)
319 code_table.E('span', e_class=e_class).Text('%4d %s : %s\n' % (
336 body.E('p', e_class='time').Text(self.time_string)
373 table = body.E('table', e_class='sortable')
383 table = body.E('table', e_class='sortable')
393 table = body.E('table', e_class='sortable')
403 body.E('p', e_class='time').Text(self.time_string)