Condition Coverage

blib/lib/ETL/Yertl/Adapter/influxdb.pm
Criterion Covered Total %
condition 9 18 50.0


and 3 conditions

line !l l&&!r l&&r condition
134 1 0 0 $tags and keys %$tags

or 2 conditions

line l !l condition
73 1 3 $args{'port'} ||= 8086
129 1 0 $field ||= 'value'
225 3 0 $field || 'value'

or 3 conditions

line l !l&&r !l&&!r condition
80 2 0 0 $self->{'_loop'} ||= 'IO::Async::Loop'->new
85 0 2 0 $self->{'http_client'} ||= do { my $http = 'Net::Async::HTTP'->new; $self->_loop->add($http); $http }
215 2 1 0 $point->{'timestamp'} || time