Branch Coverage

blib/lib/Sentry/Transport/Http.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
45 0 20 unless $self->dsn
47 10 10 $is_transaction ? :
51 10 10 if ($is_transaction) { }
70 0 20 if (not defined $tx->res->code or $tx->res->is_error)
75 0 20 if ($tx->res->code == 400)