blib/lib/Sentry/Hub.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 21 | 52.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
128 | 0 | 0 | 9 | $client && $client->get_options |
131 | 0 | 0 | 9 | $client and $options->{'traces_sample_rate'} |
line | l | !l | condition |
---|---|---|---|
91 | 8 | 0 | $hint // {} |
98 | 0 | 2 | $hint //= {} |
112 | 0 | 9 | $hint // {} |
128 | 9 | 0 | $client && $client->get_options // {} |
189 | 9 | 0 | $transaction->op // "(unknown op)" |
207 | 1 | 8 | $custom_sampling_context // {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
39 | 191 | 4 | 0 | $Instance //= "Sentry::Hub"->new |