| blib/lib/Net/DNS/ValueDomain/DDNS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 17 | 26 | 65.3 |
| line | true | false | branch |
|---|---|---|---|
| 62 | 0 | 1 | @_ > 1 ? : |
| 66 | 0 | 1 | if $config |
| 68 | 1 | 0 | unless ($self->config->{'use_https'}) |
| 70 | 0 | 1 | if ($@) |
| 90 | 0 | 10 | @_ > 1 ? : |
| 94 | 5 | 5 | if ($config) |
| 108 | 0 | 0 | (shift())->config->{'use_https'} ? : |
| 133 | 3 | 3 | @_ > 1 ? : |
| 137 | 1 | 5 | unless $$config{'domain'} |
| 138 | 1 | 4 | unless $$config{'password'} |
| 140 | 0 | 4 | $$config{'use_https'} ? : |
| 158 | 0 | 4 | unless ($res->is_success) |
| 163 | 1 | 3 | unless ($res->content =~ /status=0/) |