blib/lib/MozRepl/Client.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 20 | 25.0 |
line | true | false | branch |
---|---|---|---|
75 | 0 | 11 | if $^O eq 'cygwin' |
77 | 11 | 0 | if ($ctx->log->is_debug) |
140 | 0 | 11 | if $$args{'host'} |
141 | 0 | 11 | if defined $$args{'port'} |
142 | 0 | 11 | if defined $$args{'timeout'} and $$args{'timeout'} > 0 |
144 | 0 | 0 | unless ($telnet->open(%connect_args)) |
184 | 0 | 0 | if $^O eq 'cygwin' |
188 | 0 | 0 | if ($ctx->log->is_debug) |
195 | 0 | 0 | wantarray ? : |
207 | 0 | 0 | if ($prompt) { } |