Branch Coverage

blib/lib/OpenTelemetry/SDK/Trace/Span.pm
Criterion Covered Total %
branch 17 20 85.0


line true false branch
98 3 1 unless $self->recording and $new
106 1 1 unless ($self->recording)
121 2 4 if not $self->recording or $status->is_ok
128 3 1 unless $value->is_unset
134 1 8 unless $self->recording
136 1 7 if (scalar @events >= $limits->event_count_limit)
157 1 7 if defined $end
166 0 3 unless $self->recording
169 0 3 if (isa_Exception_Class_Base($exception)) { }
189 0 3 if isa_Exception_Base($exception)