Branch Coverage

blib/lib/Sentry/Integration/MojoUserAgent.pm
Criterion Covered Total %
branch 4 12 33.3


line true false branch
11 0 0 unless $self->breadcrumbs or $self->tracing
19 0 2 if $tx->req->headers->header("x-sentry-auth")
26 0 2 if ($self->tracing and my $parent_span = $hub->get_scope->get_span)
39 2 0 if $self->breadcrumbs
50 0 2 if ($span)
51 0 0 if (my $http_status = $tx->res->code)