Skip to content

Commit 35691e6

Browse files
committed
DROPME: ignore code coverage HTML API
1 parent 0aab6eb commit 35691e6

14 files changed

+16
-0
lines changed

src/wp-includes/html-api/class-wp-html-active-formatting-elements.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
* @since 6.4.0
3030
*
3131
* @access private
32+
* @codeCoverageIgnore
3233
*
3334
* @see https://html.spec.whatwg.org/#list-of-active-formatting-elements
3435
* @see WP_HTML_Processor

src/wp-includes/html-api/class-wp-html-attribute-token.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* @access private
1717
* @since 6.2.0
1818
* @since 6.5.0 Replaced `end` with `length` to more closely match `substr()`.
19+
* @codeCoverageIgnore
1920
*
2021
* @see WP_HTML_Tag_Processor
2122
*/

src/wp-includes/html-api/class-wp-html-decoder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @package WordPress
99
* @subpackage HTML-API
1010
* @since 6.6.0
11+
* @codeCoverageIgnore
1112
*/
1213
class WP_HTML_Decoder {
1314
/**

src/wp-includes/html-api/class-wp-html-doctype-info.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
* @see https://www.iso.org/standard/16387.html
5050
*
5151
* @since 6.7.0
52+
* @codeCoverageIgnore
5253
*
5354
* @see WP_HTML_Processor
5455
*/

src/wp-includes/html-api/class-wp-html-open-elements.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* > for misnested tags).
2222
*
2323
* @since 6.4.0
24+
* @codeCoverageIgnore
2425
*
2526
* @access private
2627
*

src/wp-includes/html-api/class-wp-html-processor-state.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* @since 6.4.0
1717
*
1818
* @access private
19+
* @codeCoverageIgnore
1920
*
2021
* @see WP_HTML_Processor
2122
*/

src/wp-includes/html-api/class-wp-html-processor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
* these situations and will bail.
137137
*
138138
* @since 6.4.0
139+
* @codeCoverageIgnore
139140
*
140141
* @see WP_HTML_Tag_Processor
141142
* @see https://html.spec.whatwg.org/

src/wp-includes/html-api/class-wp-html-span.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
* @since 6.2.0
2121
* @since 6.5.0 Replaced `end` with `length` to more closely align with `substr()`.
2222
*
23+
* @codeCoverageIgnore
24+
*
2325
* @see WP_HTML_Tag_Processor
2426
*/
2527
class WP_HTML_Span {

src/wp-includes/html-api/class-wp-html-stack-event.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
*
1515
* @access private
1616
* @since 6.6.0
17+
* @codeCoverageIgnore
1718
*
1819
* @see WP_HTML_Processor
1920
*/

src/wp-includes/html-api/class-wp-html-tag-processor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@
407407
* @since 6.5.0 Pauses processor when input ends in an incomplete syntax token.
408408
* Introduces "special" elements which act like void elements, e.g. TITLE, STYLE.
409409
* Allows scanning through all tokens and processing modifiable text, where applicable.
410+
* @codeCoverageIgnore
410411
*/
411412
class WP_HTML_Tag_Processor {
412413
/**

0 commit comments

Comments
 (0)