| blib/lib/Sentry/Client.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 20 | 55.0 |
| line | true | false | branch |
|---|---|---|---|
| 70 | 0 | 0 | ref $_[0] ? : |
| 73 | 0 | 1 | unless (ref $exception) |
| 80 | 0 | 0 | if index($frame->package, "Sentry") == -1 |
| 87 | 1 | 0 | $exception->can('to_string') ? : |
| 150 | 0 | 20 | if $options->{'release'} |
| 153 | 11 | 9 | if $event->{'message'} |
| 166 | 0 | 20 | if @integrations |
| 198 | 0 | 20 | if (exists +($hint // {})->{'capture_context'}) |
| 206 | 17 | 3 | if ($final_scope) |
| 223 | 1 | 19 | unless $processed_event |