Branch Coverage

blib/lib/OpenTelemetry/Propagator/TraceContext/TraceFlags.pm
Criterion Covered Total %
branch 4 4 100.0


line true false branch
17 2 29 unless ($flags =~ /^\d+$/a)
25 1 30 if (0 > $flags or $flags > 255)