| blib/lib/FusionInventory/Agent/SOAP/VMware/Host.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 23 | 52.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 232 | 1 | 1 | 0 | $entry->{'capacity'}{'blockSize'} and $entry->{'capacity'}{'block'} |
| 236 | 0 | 1 | 1 | $entry->{'vendor'} and not $entry->{'vendor'} =~ /^\s*ATA\s*$/ |
| 280 | 0 | 1 | 1 | $_->{'volume'}{'type'} and $_->{'volume'}{'type'} =~ /NFS/i |
| 325 | 4 | 0 | 0 | defined $_->[0]{'summary'}{'config'}{'template'} and $_->[0]{'summary'}{'config'}{'template'} eq 'true' |
| line | l | !l | condition |
|---|---|---|---|
| 295 | 2 | 0 | $_->{'volume'}{'capacity'} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 94 | 1 | 0 | 0 | $summary->{'hardware'}{'uuid'} || $systemInfo->{'uuid'} |
| 118 | 2 | 0 | 0 | $cpuManufacturor{$_->{'vendor'}} || $_->{'vendor'} |
| 176 | 4 | 0 | 2 | $ref->{'mac'} || $ref->{'spec'}{'mac'} |