Condition Coverage

blib/lib/Net/Proxmox/VE.pm
Criterion Covered Total %
condition 0 26 0.0


and 3 conditions

line !l l&&!r l&&r condition
109 0 0 0 ref $data eq "HASH" and exists $data->{'data'}
148 0 0 0 ref $data eq "HASH" and $data->{'version'}

or 2 conditions

line l !l condition
38 0 0 $params{'method'} ||= "GET"
39 0 0 $params{'post_data'} ||= {}
229 0 0 $params{'port'} ||= 8006
230 0 0 $params{'username'} ||= "root"
231 0 0 $params{'realm'} ||= "pam"
232 0 0 $params{'debug'} ||= undef
233 0 0 $params{'timeout'} ||= 10

or 3 conditions

line l !l&&r !l&&!r condition
52 0 0 0 $params{'path'} eq "access/domains" or $self->check_login_ticket
205 0 0 0 ref $c || $c