Branch Coverage

blib/lib/OpenTelemetry/SDK/Trace/Tracer.pm
Criterion Covered Total %
branch 4 6 66.6


line true false branch
21 0 3 unless (is_hashref($args{'attributes'} // {}))
28 3 0 unless exists $args{'context'}
31 1 2 if "OpenTelemetry::Trace"->is_untraced_context($args{'context'})