Home | History | Annotate | Download | only in CodeCoverage

Lines Matching full:width

91     file.write("""<table width="100%%" border=0 cellspacing=0 cellpadding=0>
93 <tr><td class="ruler"><img src="glass.png" width=3 height=3 alt=""></td></tr>
96 <td width="100%%">
97 <table cellpadding=1 border=0 width="100%%">
99 <td class="headerItem" width="20%%">Current&nbsp;view:</td>
100 <td class="headerValue" width="80%%" colspan=4>%(path)s</td>
103 <td class="headerItem" width="20%%">Test:</td>
104 <td class="headerValue" width="80%%" colspan=4>%(product)s</td>
107 <td class="headerItem" width="20%%">Date:</td>
108 <td class="headerValue" width="20%%">%(date)s</td>
109 <td width="20%%"></td>
110 <td class="headerItem" width="20%%">Instrumented&nbsp;lines:</td>
111 <td class="headerValue" width="20%%">%(total_lines)s</td>
114 <td class="headerItem" width="20%%">Code&nbsp;covered:</td>
115 <td class="headerValue" width="20%%">%(covered_lines)s</td>
116 <td width="20%%"></td>
117 <td class="headerItem" width="20%%">Executed&nbsp;lines:</td>
118 <td class="headerValue" width="20%%">%(total_executed)s</td>
123 <tr><td class="ruler"><img src="glass.png" width=3 height=3 alt=""></td></tr>
137 <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="%(image)s" width=%(covered)s height=10 alt="%(covered_precise).2f"><img src="snow.png" width=%(remainder)s height=10 alt="%(covered_precise).2f"></td></tr></table>
146 <table width="80%%" cellpadding=2 cellspacing=1 border=0>
149 <td width="50%%"><br></td>
150 <td width="15%%"></td>
151 <td width="15%%"></td>
152 <td width="20%%"></td>