blib/lib/Net/Proxmox/VE.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 26 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
108 | 0 | 0 | 0 | ref $data eq "HASH" and exists $data->{'data'} |
147 | 0 | 0 | 0 | ref $data eq "HASH" and $data->{'version'} |
line | l | !l | condition |
---|---|---|---|
37 | 0 | 0 | $params{'method'} ||= "GET" |
38 | 0 | 0 | $params{'post_data'} ||= {} |
228 | 0 | 0 | $params{'port'} ||= 8006 |
229 | 0 | 0 | $params{'username'} ||= "root" |
230 | 0 | 0 | $params{'realm'} ||= "pam" |
231 | 0 | 0 | $params{'debug'} ||= undef |
232 | 0 | 0 | $params{'timeout'} ||= 10 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
51 | 0 | 0 | 0 | $params{'path'} eq "access/domains" or $self->check_login_ticket |
204 | 0 | 0 | 0 | ref $c || $c |