blib/lib/IPC/Open3/Callback/Command.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 28 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
78 | 0 | 0 | 0 | $cp_options{'archive'} and $cp_options{'archive'} eq 'zip' |
95 | 0 | 0 | 0 | $source_command_options && $source_command_options->get_sudo_username |
114 | 0 | 0 | 0 | $destination_command_options && $destination_command_options->get_sudo_username |
228 | 0 | 0 | 0 | defined $write_options and defined $$write_options{'mode'} |
243 | 0 | 0 | 0 | defined $write_options && defined $$write_options{'line_separator'} |
line | l | !l | condition |
---|---|---|---|
29 | 0 | 0 | $batch_options || {} |
79 | 0 | 0 | $cp_options{'unzip_temp_file'} || 'temp_cp_command.zip' |
259 | 0 | 0 | $options->get_ssh || 'ssh' |
267 | 0 | 0 | $$wrap_options{'command_separator'} || ';' |
302 | 0 | 0 | $hostname || 'localhost' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
290 | 0 | 0 | 0 | defined $username or defined $hostname |