| blib/lib/API/Plesk.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 24 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 67 | 0 | 0 | 0 | $data and ref $data |
| 122 | 0 | 0 | 0 | ref $res and $res->status_line =~ /connection timeout/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 44 | 1 | 14 | 0 | ref $class || $class |
| 122 | 0 | 0 | 0 | not $res or $@ |
| 0 | 0 | 0 | not $res or $@ or ref $res and $res->status_line =~ /connection timeout/ | |
| 164 | 1 | 1 | 12 | not defined $value or $value eq '' |
| 187 | 19 | 12 | 0 | $$self{"_$alias"} ||= $self->load_component($classes) |
| 188 | 31 | 0 | 0 | $$self{"_$alias"} || confess('Not implemented!') |