Branch Coverage

blib/lib/Sentry/Hub/Scope.pm
Criterion Covered Total %
branch 11 22 50.0


line true false branch
49 0 0 if (not defined $context) { }
106 0 21 if ref($event->{'fingerprint'} ne "ARRAY")
110 21 0 unless scalar @{$event->{'fingerprint'}}
117 21 0 if $self->extra
118 21 0 if $self->tags
119 0 21 if $self->user
120 21 0 if $self->contexts
122 21 0 if $self->level
123 0 21 if $self->transaction_name
125 20 1 if ($self->span)
133 20 0 if (my $transaction_name = $self->span->transaction->name)