Condition Coverage

blib/lib/OpenTracing/Role/Tracer.pm
Criterion Covered Total %
condition 5 18 27.7


and 3 conditions

line !l l&&!r l&&r condition
259 0 0 0 defined $start_time and not ref $start_time
0 0 1 defined $start_time and not ref $start_time and &Scalar::Util::looks_like_number($start_time)
3 3 3 defined $start_time and not ref $start_time and &Scalar::Util::looks_like_number($start_time) and $start_time >= 0

or 3 conditions

line l !l&&r !l&&!r condition
79 0 0 0 $child_of //= $self->get_active_span
140 0 0 0 $context //= $self->get_active_context
259 12 0 0 not defined $start_time or defined $start_time and not ref $start_time and &Scalar::Util::looks_like_number($start_time) and $start_time >= 0