lib/Rex/Inventory/Hal/Object/Volume.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 10 | 0.0 |
line | true | false | branch |
---|---|---|---|
40 | 0 | 0 | $self->get('volume.is_partition') eq 'true' ? : |
47 | 0 | 0 | $self->get('volume.is_mounted') eq 'true' ? : |
54 | 0 | 0 | if (grep {/^storage\.cdrom$/u;} $self->get("info.capabilities")) |
63 | 0 | 0 | if (grep {not /^false$/u;} $self->get("block.is_volume")) |
72 | 0 | 0 | if (grep {/^floppy$/u;} $self->get("storage.drive_type")) |