]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/PHPUnit/PHP/CodeCoverage/Report/HTML/Renderer/Template/method_item.html.dist
Merge branch 'master' of github.com:sugarcrm/sugarcrm_dev
[Github/sugarcrm.git] / tests / PHPUnit / PHP / CodeCoverage / Report / HTML / Renderer / Template / method_item.html.dist
1         <tr>
2           <td class="coverFile" colspan="4">{name}</td>
3           <td class="coverBar">
4             <div class="coverBarOutline" title="{methods_tested_percent}">
5                 <div class="size {methods_color}"  style="width:{methods_tested_width}%" title="{methods_tested_percent}"></div>
6             </div>
7           </td>
8           <td class="coverPer{methods_level}">{methods_tested_percent}</td>
9           <td class="coverNum{methods_level}">{methods_number}</td>
10           <td class="crap">{crap}</td>
11           <td class="coverBar">
12               <div class="coverBarOutline" title="{lines_executed_percent}">
13                   <div class="size {lines_color}"  style="width:{lines_executed_width}%" title="{lines_executed_percent}"></div>
14               </div>
15           </td>
16           <td class="coverPer{lines_level}">{lines_executed_percent}</td>
17           <td class="coverNum{lines_level}">{num_executed_lines} / {num_executable_lines}</td>
18         </tr>
19