~ubuntu-branches/ubuntu/natty/phpunit/natty

« back to all changes in this revision

Viewing changes to PHPUnit-3.4.14/PHPUnit/Util/Report/Template/file_item.html.dist

  • Committer: Package Import Robot
  • Author(s): Ivan Borzenkov
  • Date: 2010-12-11 18:19:39 UTC
  • mfrom: (0.11.1) (1.5.3) (12.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20101211181939-8650nbu08hf2z9v1
Tags: 3.5.5-2
fix doc-base-file-references-missing-file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
        <tr>
2
 
          <td class="{itemClass}">{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="{classes_color}.png" width="{classes_tested_width}" height="10" alt="{classes_tested_percent}"><img src="snow.png" width="{classes_not_tested_width}" height="10" alt="{classes_tested_percent}"></td>
7
 
              </tr>
8
 
            </table>
9
 
          </td>
10
 
          <td class="coverPer{classes_level}">{classes_tested_percent}</td>
11
 
          <td class="coverNum{classes_level}">{classes_number}</td>
12
 
          <td class="coverBar" align="center" width="100">
13
 
            <table border="0" cellspacing="0" cellpadding="1">
14
 
              <tr>
15
 
                <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>
16
 
              </tr>
17
 
            </table>
18
 
          </td>
19
 
          <td class="coverPer{methods_level}">{methods_tested_percent}</td>
20
 
          <td class="coverNum{methods_level}">{methods_number}</td>
21
 
          <td class="coverBar" align="center" width="100">
22
 
            <table border="0" cellspacing="0" cellpadding="1">
23
 
              <tr>
24
 
                <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>
25
 
              </tr>
26
 
            </table>
27
 
          </td>
28
 
          <td class="coverPer{lines_level}">{lines_executed_percent}</td>
29
 
          <td class="coverNum{lines_level}">{num_executed_lines} / {num_executable_lines}</td>
30
 
        </tr>
31