blib/lib/IPC/PerlSSH/Async.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 20 | 50.0 |
line | l | !l | condition |
---|---|---|---|
172 | 1 | 4 | $$self{'on_exit'} || sub { print STDERR 'Remote SSH died early'; } |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
148 | 0 | 4 | 0 | not $on_exception or ref $on_exception eq 'CODE' |
156 | 0 | 1 | 0 | not $on_exit or ref $on_exit eq 'CODE' |
293 | 2 | 8 | 0 | $args{'on_exception'} || $$self{'on_exception'} |
359 | 0 | 1 | 0 | $args{'on_exception'} || $$self{'on_exception'} |
430 | 0 | 2 | 0 | $args{'on_exception'} || $$self{'on_exception'} |
500 | 2 | 2 | 0 | $args{'on_exception'} || $$self{'on_exception'} |