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

FriendsOfOpenTelemetry / opentelemetry-bundle / 7739220651

01 Feb 2024 09:44AM UTC coverage: 38.028% (-26.5%) from 64.527%
7739220651

Pull #38

github

gaelreyrol
wip
Pull Request #38: Refactor services injection

103 of 459 new or added lines in 44 files covered. (22.44%)

255 existing lines in 18 files now uncovered.

802 of 2109 relevant lines covered (38.03%)

8.63 hits per line

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

0.0
/src/OpenTelemetry/Trace/SpanProcessor/AbstractSpanProcessorFactory.php
1
<?php
2

3
namespace FriendsOfOpenTelemetry\OpenTelemetryBundle\OpenTelemetry\Trace\SpanProcessor;
4

5
use Psr\Log\LoggerInterface;
6

7
abstract class AbstractSpanProcessorFactory implements SpanProcessorFactoryInterface
8
{
9
    /** @phpstan-ignore-next-line */
10
    public function __construct(private ?LoggerInterface $logger = null)
11
    {
NEW
12
    }
×
13
}
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