Condition Coverage

blib/lib/OpenTelemetry/Propagator/Composite.pm
Criterion Covered Total %
condition 11 22 50.0


and 3 conditions

line !l l&&!r l&&r condition
28 1 1 1 @args and not @{$return{'extractors'} // [];}
2 0 1 @args and not @{$return{'extractors'} // [];} and not @{$return{'injectors'} // [];}

or 2 conditions

line l !l condition
27 2 0 $return{'extractors'} // []
28 1 0 $return{'injectors'} // []

or 3 conditions

line l !l&&r !l&&!r condition
43 1 0 0 $context //= "OpenTelemetry::Context"->current
44 0 1 0 $setter //= OpenTelemetry::Propagator::TextMap::SETTER()
55 0 1 0 $context //= "OpenTelemetry::Context"->current
56 0 1 0 $getter //= OpenTelemetry::Propagator::TextMap::GETTER()