Condition Coverage

blib/lib/Async/Redis/Telemetry.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

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

or 2 conditions

line l !l condition
113 0 0 $cmd[0] // ""
129 0 0 $cmd[0] // ""
157 0 0 $args{'include_args'} // 1
0 0 $args{'redact'} // 1
0 0 $args{'host'} // "localhost"
0 0 $args{'port'} // 6379
0 0 $args{'database'} // 0
221 0 0 $cmd[0] // "UNKNOWN"
293 0 0 ref $error || 'unknown'