blib/lib/FusionInventory/Agent/Task/Inventory/Linux/Drives.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
72 | 0 | 0 | 0 | $filesystem->{'FILESYSTEM'} =~ /^ext(2|3|4|4dev)/ and $has_dumpe2fs |
91 | 0 | 0 | 0 | $filesystem->{'FILESYSTEM'} eq 'xfs' and $has_xfs_db |
105 | 0 | 0 | 0 | $filesystem->{'FILESYSTEM'} eq 'vfat' and $has_dosfslabel |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
13 | 0 | 0 | 0 | canRun('df') || canRun('lshal') |