| blib/lib/Mojolicious/Plugin/OpenTelemetry.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 17 | 47.0 |
| line | l | !l | condition |
|---|---|---|---|
| 102 | 1 | 0 | ref $error || 'string' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 14 | 0 | 1 | 0 | otel_config("SERVICE_NAME") // $app->moniker |
| 0 | 1 | 0 | $config->{'tracer'}{'name'} //= otel_config("SERVICE_NAME") // $app->moniker | |
| 34 | 4 | 0 | 0 | $1 // $2 |
| 37 | 2 | 9 | 0 | $headers->header("x-forwarded-proto") // $headers->header("host") |
| 4 | 11 | 0 | $hostport //= $headers->header("x-forwarded-proto") // $headers->header("host") |