Condition Coverage

blib/lib/Net/Proxmox/VE.pm
Criterion Covered Total %
condition 0 30 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'} ||= {}
228 0 0 delete $params{'port'} || 8006
229 0 0 delete $params{'username'} || 'root'
230 0 0 delete $params{'realm'} || 'pam'
232 0 0 delete $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
226 0 0 0 delete $params{'host'} || croak('host param is required')
227 0 0 0 delete $params{'password'} || croak('password param is required')