Condition Coverage

blib/lib/WebService/Linode/Base.pm
Criterion Covered Total %
condition 0 19 0.0


and 3 conditions

line !l l&&!r l&&r condition
145 0 0 0 @$errors == 1 and $$errors[0]{'ERRORCODE'} == 0

or 2 conditions

line l !l condition
28 0 0 $args{'nocache'} || 0
29 0 0 $args{'debug'} || 0
30 0 0 $args{'fatal'} || 0
31 0 0 $args{'nowarn'} || 0
32 0 0 $args{'apiurl'} || 'https://api.linode.com/api/'

or 3 conditions

line l !l&&r !l&&!r condition
102 0 0 0 not defined $maxitems or $maxitems > @$queue
139 0 0 0 not $errors or ref $errors ne 'ARRAY'