| blib/lib/CPAN/WAIT.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 51 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 58 | 0 | 0 | 0 | $DEBUG and $DEBUG =~ /force proxy/ |
| 66 | 0 | 0 | 0 | $DEBUG and $DEBUG =~ /force proxy/ |
| 159 | 0 | 0 | 0 | system $^X, '-S', 'perldoc', $tmp and warn "Could not run '$^X -S perldoc ${tmp}': $?\n" |
| 0 | 0 | 0 | system $^X, '-S', 'perldoc', $tmp and warn "Could not run '$^X -S perldoc ${tmp}': $?\n" and system $Config{'pager'}, $tmp | |
| 0 | 0 | 0 | system $^X, '-S', 'perldoc', $tmp and warn "Could not run '$^X -S perldoc ${tmp}': $?\n" and system $Config{'pager'}, $tmp and warn "Could not run '$Config{'pager'} ${tmp}': $?\n" | |
| 247 | 0 | 0 | 0 | $cmd and $cmd =~ /(\w)$/ |
| line | l | !l | condition |
|---|---|---|---|
| 56 | 0 | 0 | $2 || 1404 |
| 74 | 0 | 0 | $2 || 1404 |
| 106 | 0 | 0 | _open_connection || (return) |
| 128 | 0 | 0 | _open_connection || (return) |
| 146 | 0 | 0 | _open_connection || (return) |
| 175 | 0 | 0 | _open_connection || (return) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 106 | 0 | 0 | 0 | $con ||= _open_connection || (return) |
| 125 | 0 | 0 | 0 | @_ or not $hit |
| 128 | 0 | 0 | 0 | $con ||= _open_connection || (return) |
| 142 | 0 | 0 | 0 | @_ or not $hit |
| 146 | 0 | 0 | 0 | $con ||= _open_connection || (return) |
| 175 | 0 | 0 | 0 | $con ||= _open_connection || (return) |
| 248 | 0 | 0 | 0 | $HELP{$1} || "No help for 'w$1' yet.\n" |