We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188d520 commit 0f3e741Copy full SHA for 0f3e741
gcovr.cfg
@@ -13,7 +13,11 @@ exclude = ext/mbstring/libmbfl/.*
13
exclude = ext/opcache/jit/ir/.*
14
exclude = ext/pcre/pcre2lib/.*
15
exclude = ext/uri/uriparser/.*
16
+exclude = Zend/Optimizer/ssa_integrity\.c
17
+exclude = Zend/Optimizer/zend_dump\.c
18
19
# These patterns have implicit ^/$ anchors.
20
exclude-lines-by-pattern = .*\b(ZEND_PARSE_PARAMETERS_(START|END|NONE)|Z_PARAM_).*
21
exclude-lines-by-pattern = \s*(default:\s*)?ZEND_UNREACHABLE\(\);\s*
22
+exclude-lines-by-pattern = \s*if \(ctx->debug_level & ZEND_DUMP_\w+\) \{\s*
23
+exclude-lines-by-pattern = \s*zend_dump_op_array\(.*\);\s*
0 commit comments