summaryrefslogtreecommitdiff
path: root/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist')
-rw-r--r--vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist
new file mode 100644
index 000000000..c117adc44
--- /dev/null
+++ b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist
@@ -0,0 +1,12 @@
+ <tr>
+ <td class="{{methods_level}}">{{name}}</td>
+ <td class="{{lines_level}} big">{{lines_bar}}</td>
+ <td class="{{lines_level}} small"><div align="right">{{lines_executed_percent}}</div></td>
+ <td class="{{lines_level}} small"><div align="right">{{lines_number}}</div></td>
+ <td class="{{methods_level}} big">{{methods_bar}}</td>
+ <td class="{{methods_level}} small"><div align="right">{{methods_tested_percent}}</div></td>
+ <td class="{{methods_level}} small"><div align="right">{{methods_number}}</div></td>
+ <td class="{{methods_level}} small">{{crap}}</td>
+ <td class="{{methods_level}}" colspan="3"></td>
+ </tr>
+