| blib/lib/VMware/vCloudDirector2/Object.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 24 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 268 | 0 | 0 | 0 | exists $self->hash->{$type} and XXX | 
| 278 | 0 | 0 | 0 | exists $hash->{'children'} and XXX | 
| 307 | 0 | 0 | 0 | $self->is_admin_object and not defined $subpath | 
| line | l | !l | condition | 
|---|---|---|---|
| 194 | 0 | 0 | $link->rel || '' | 
| 195 | 0 | 0 | $link->type || '' | 
| 196 | 0 | 0 | $link->name || '' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 194 | 0 | 0 | 0 | not defined $rel or $rel eq ($link->rel || '') | 
| 195 | 0 | 0 | 0 | not defined $type or $type eq ($link->type || '') | 
| 196 | 0 | 0 | 0 | not defined $name or $name eq ($link->name || '') |