Condition Coverage

blib/lib/Async/Redis/Telemetry.pm
Criterion Covered Total %
condition 8 27 29.6


and 3 conditions

line !l l&&!r l&&r condition
133 1 0 1 $redact and my $redactor = $REDACT_RULES{$name}
290 0 0 0 $error and $self->{'_errors_counter'}
405 0 0 0 ref $result and $result->can("message")

or 2 conditions

line l !l condition
111 0 0 $cmd[0] // ""
127 3 0 $cmd[0] // ""
155 0 1 $args{'include_args'} // 0
0 1 $args{'redact'} // 1
0 1 $args{'host'} // "localhost"
0 1 $args{'port'} // 6379
0 1 $args{'database'} // 0
219 0 0 $cmd[0] // "UNKNOWN"
291 0 0 ref $error || 'unknown'