• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Yoast / wordpress-seo / 2e13e868371913baadfd09d5890d710fd8855825

05 Dec 2025 09:13AM UTC coverage: 50.949% (-1.4%) from 52.391%
2e13e868371913baadfd09d5890d710fd8855825

Pull #22790

github

web-flow
Merge 6bc0e4971 into ad4f5d1de
Pull Request #22790: Restrict schema elements to content only

8327 of 15641 branches covered (53.24%)

Branch coverage included in aggregate %.

0 of 1453 new or added lines in 13 files covered. (0.0%)

33 existing lines in 3 files now uncovered.

31846 of 63208 relevant lines covered (50.38%)

45617.75 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/schema-aggregator/infrastructure/elements-context-map/base-map-loader.php
1
<?php
2
// phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure.
3
namespace Yoast\WP\SEO\Schema_Aggregator\Infrastructure\Elements_Context_Map;
4

5
/**
6
 * Map loader default implementation..
7
 */
8
class Base_Map_Loader implements Map_Loader_Interface {
9

10
        /**
11
         * Loads the elements-context map.
12
         *
13
         * @return array<array<string, string>> The elements context map.
14
         */
NEW
15
        public function load(): array {
×
NEW
16
                return include __DIR__ . '/default-elements-context-map.php';
×
17
        }
18
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc