Condition Coverage

blib/lib/WebService/Async/Segment.pm
Criterion Covered Total %
condition 11 16 68.7


and 3 conditions

line !l l&&!r l&&r condition
264 62 18 40 $snake_fields->{$key} and not ref $snake_fields->{$key}

or 2 conditions

line l !l condition
102 2 0 $self->{'base_uri'} // "https://api.segment.io/v1/"
142 14 0 $self->write_key // ""

or 3 conditions

line l !l&&r !l&&!r condition
170 1 17 0 $args{'sent_at'} ||= "Time::Moment"->now_utc->to_string
177 11 3 3 $args{'user_id'} or $args{'anonymous_id'}
266 0 40 0 $args->{$camel} // $args->{$key}