blib/lib/Pinto/Remote/Action.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 12 | 0.0 |
line | true | false | branch |
---|---|---|---|
90 | 0 | 0 | if (defined $self->password) |
157 | 0 | 0 | unless ($response->is_success) |
173 | 0 | 0 | if ($line eq $Pinto::Remote::Action::PINTO_PROTOCOL_STATUS_OK) { } |
0 | 0 | elsif ($line eq $Pinto::Remote::Action::PINTO_PROTOCOL_PROGRESS_MESSAGE) { } | |
0 | 0 | elsif ($line eq $Pinto::Remote::Action::PINTO_PROTOCOL_NULL_MESSAGE) { } | |
0 | 0 | elsif ($line =~ /^ \Q$Pinto::Remote::Action::PINTO_PROTOCOL_DIAG_PREFIX\E (.*)/x) { } |