| blib/lib/Sentry/Hub.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 15 | 53.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 125 | 0 | 0 | 9 | $client && $client->get_options |
| 128 | 0 | 0 | 9 | $client and $options->{'traces_sample_rate'} |
| line | l | !l | condition |
|---|---|---|---|
| 125 | 9 | 0 | $client && $client->get_options // {} |
| 186 | 9 | 0 | $transaction->op // "(unknown op)" |
| 204 | 1 | 8 | $custom_sampling_context // {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 39 | 183 | 3 | 0 | $Instance //= "Sentry::Hub"->new |