| blib/lib/OpenTelemetry/Propagator/TraceContext.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 14 | 64.2 |
| line | l | !l | condition |
|---|---|---|---|
| 76 | 2 | 0 | &$getter($carrier, $TRACE_STATE_KEY) // "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 32 | 4 | 1 | 0 | $context //= "OpenTelemetry::Context"->current |
| 33 | 2 | 3 | 0 | $setter //= OpenTelemetry::Propagator::TextMap::SETTER() |
| 66 | 3 | 3 | 0 | $context //= "OpenTelemetry::Context"->current |
| 67 | 2 | 4 | 0 | $getter //= OpenTelemetry::Propagator::TextMap::GETTER() |