| blib/lib/Sentry/Hub/Scope.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 22 | 63.6 |
| line | true | false | branch |
|---|---|---|---|
| 53 | 0 | 0 | if (not defined $context) { } |
| 101 | 1 | 23 | if (scalar @$breadcrumbs >= $max_crumbs) |
| 118 | 0 | 27 | if ref($event->{'fingerprint'} ne "ARRAY") |
| 122 | 27 | 0 | unless scalar @{$event->{'fingerprint'}} |
| 129 | 27 | 0 | if $self->extra |
| 130 | 27 | 0 | if $self->tags |
| 131 | 0 | 27 | if $self->user |
| 132 | 27 | 0 | if $self->contexts |
| 134 | 1 | 26 | if $self->level |
| 135 | 20 | 7 | if $self->transaction_name |
| 137 | 24 | 3 | if ($self->span) |