Condition Coverage

blib/lib/API/Plesk.pm
Criterion Covered Total %
condition 9 30 30.0


and 3 conditions

line !l l&&!r l&&r condition
72 0 0 1 $data and ref $data
120 0 0 0 defined $$self{'debug'} and $$self{'debug'} > 1
129 0 0 0 defined $$self{'debug'} and $$self{'debug'} > 1
131 0 0 0 ref $res and $res->status_line =~ /connection timeout/

or 3 conditions

line l !l&&r !l&&!r condition
46 1 16 0 ref $class || $class
131 0 0 0 not $res or $@
0 0 0 not $res or $@ or ref $res and $res->status_line =~ /connection timeout/
173 1 1 18 not defined $value or $value eq ''
196 20 14 0 $$self{"_$alias"} ||= $self->load_component($classes)
197 34 0 0 $$self{"_$alias"} || confess('Not implemented!')