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

openzipkin / zipkin-php / #597

pending completion
#597

push

php-coveralls

web-flow
Convert carrier key to string. (#226)

1 of 1 new or added line in 1 file covered. (100.0%)

811 of 997 relevant lines covered (81.34%)

10.91 hits per line

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

0.0
/src/Zipkin/NoopSpanCustomizer.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Zipkin;
6

7
final class NoopSpanCustomizer implements SpanCustomizer
8
{
9
    /**
10
     * {@inheritdoc}
11
     */
12
    public function setName(string $name): void
13
    {
14
    }
×
15

16
    /**
17
     * {@inheritdoc}
18
     */
19
    public function tag(string $key, string $value): void
20
    {
21
    }
×
22

23
    /**
24
     * {@inheritdoc}
25
     */
26
    public function annotate(string $value, int $timestamp = null): void
27
    {
28
    }
×
29
}
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