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

Yoast / wordpress-seo / c6932d6c34abf36b3a088ceb4df6c615382b341c

10 Dec 2025 01:14PM UTC coverage: 50.939% (-0.9%) from 51.87%
c6932d6c34abf36b3a088ceb4df6c615382b341c

Pull #22790

github

web-flow
Merge 4154fb4ac into 121d6055c
Pull Request #22790: Restrict schema elements to content only

8327 of 15641 branches covered (53.24%)

Branch coverage included in aggregate %.

0 of 1467 new or added lines in 16 files covered. (0.0%)

31846 of 63224 relevant lines covered (50.37%)

45606.21 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