summaryrefslogtreecommitdiff
path: root/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist')
-rw-r--r--vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist
new file mode 100644
index 000000000..d14b8ad9d
--- /dev/null
+++ b/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist
@@ -0,0 +1,9 @@
+<hr/>
+<h4>Paths</h4>
+<p>
+ Below are the source code lines that represent each code path as identified by Xdebug. Please note a path is not
+ necessarily coterminous with a line, a line may contain multiple paths and therefore show up more than once.
+ Please also be aware that some paths may include implicit rather than explicit branches, 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>
+{{paths}}