| blib/lib/OpenTelemetry/Propagator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 3 | 3 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 1 | 1 | 100.0 |
| pod | n/a | ||
| total | 4 | 4 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | 10 | 10 | 75 | use Object::Pad; | |||
| 10 | 24 | ||||||
| 10 | 75 | ||||||
| 2 | # ABSTRACT: An abstract interface for OpenTelemetry propagators | ||||||
| 3 | |||||||
| 4 | package OpenTelemetry::Propagator; | ||||||
| 5 | |||||||
| 6 | our $VERSION = '0.033'; | ||||||
| 7 | |||||||
| 8 | role OpenTelemetry::Propagator { | ||||||
| 9 | method extract; | ||||||
| 10 | method inject; | ||||||
| 11 | method keys; | ||||||
| 12 | } |