summaryrefslogtreecommitdiff
path: root/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-03-22 12:24:31 +0300
committerAndrew Dolgov <[email protected]>2022-03-22 12:24:31 +0300
commit1c4f7ab3b838b23afb2ee4dab14acbf75956e952 (patch)
tree0a19274107d717efe92d2c0376cd3105fead5a11 /vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist
parent711662948768492e8d05b778a7d80eacaec368d2 (diff)
* add phpunit as a dev dependency
* add some basic tests for UrlHelper::rewrite_relative() * fix UrlHelper::rewrite_relative() to work better on non-absolute relative URL paths
Diffstat (limited to 'vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist')
-rw-r--r--vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist
new file mode 100644
index 000000000..547702623
--- /dev/null
+++ b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist
@@ -0,0 +1,9 @@
+<hr/>
+<h4>Branches</h4>
+<p>
+ Below are the source code lines that represent each code branch as identified by Xdebug. Please note a branch is not
+ necessarily coterminous with a line, a line may contain multiple branches and therefore show up more than once.
+ Please also be aware that some branches may be implicit rather than explicit, e.g. an <code>if</code> statement
+ <i>always</i> has an <code>else</code> as part of its logical flow even if you didn't write one.
+</p>
+{{branches}}