]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/PHPUnit/PHP/CodeCoverage/Report/HTML/Template/method_item.html.dist
Add .gitignore
[Github/sugarcrm.git] / tests / PHPUnit / PHP / CodeCoverage / Report / HTML / Template / method_item.html.dist
1         <tr>
2           <td class="coverFile" colspan="4">{name}</td>
3           <td class="coverBar" align="center" width="100">
4             <table border="0" cellspacing="0" cellpadding="1">
5               <tr>
6                 <td class="coverBarOutline"><img src="{methods_color}.png" width="{methods_tested_width}" height="10" alt="{methods_tested_percent}"><img src="snow.png" width="{methods_not_tested_width}" height="10" alt="{methods_tested_percent}"></td>
7               </tr>
8             </table>
9           </td>
10           <td class="coverPer{methods_level}">{methods_tested_percent}</td>
11           <td class="coverNum{methods_level}">{methods_number}</td>
12           <td class="crap">{crap}</td>
13           <td class="coverBar" align="center" width="100">
14             <table border="0" cellspacing="0" cellpadding="1">
15               <tr>
16                 <td class="coverBarOutline"><img src="{lines_color}.png" width="{lines_executed_width}" height="10" alt="{lines_executed_percent}"><img src="snow.png" width="{lines_not_executed_width}" height="10" alt="{lines_executed_percent}"></td>
17               </tr>
18             </table>
19           </td>
20           <td class="coverPer{lines_level}">{lines_executed_percent}</td>
21           <td class="coverNum{lines_level}">{num_executed_lines} / {num_executable_lines}</td>
22         </tr>
23