| lib/Rex/Inventory/Hal/Object/Storage.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 8 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 45 | 0 | 0 | if (grep {/^storage\.cdrom$/u;} $self->get("info.capabilities")) |
| 54 | 0 | 0 | if (grep {not /^false$/u;} $self->get("block.is_volume")) |
| 63 | 0 | 0 | if (grep {/^floppy$/u;} $self->get("storage.drive_type")) |
| 75 | 0 | 0 | if ($os =~ /BSD/u) { } |