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

Yoast / wordpress-seo / 5f80fe5d6f60fd1d881f9bf25adbba18e181f5dd

10 Dec 2025 01:41PM UTC coverage: 50.934% (-0.9%) from 51.87%
5f80fe5d6f60fd1d881f9bf25adbba18e181f5dd

Pull #22790

github

web-flow
Merge a8c93a7d4 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 1475 new or added lines in 17 files covered. (0.0%)

31846 of 63232 relevant lines covered (50.36%)

45600.44 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