blib/lib/TAP/Harness/Remote.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 14 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
115 | 0 | 0 | 0 | -e $self->remote_config('ssh') and -x $self->remote_config('ssh') |
165 | 0 | 0 | 0 | -e $self->config_path and -r $self->config_path |
line | l | !l | condition |
---|---|---|---|
182 | 0 | 0 | $$self{'remote_config'}{'ssh_args'} || '' |
187 | 0 | 0 | $$self{'remote_config'}{'rsync_args'} || '' |
192 | 0 | 0 | $$self{'env'} ||= {} |
282 | 0 | 0 | $ENV{'PERL5LIB'} || '' |