| blib/lib/StorageDisplay/Data/RAID.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 19 | 52.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 796 | 8 | 2 | 0 | $devname ne "" and $devname ne "N/A" |
| line | l | !l | condition |
|---|---|---|---|
| 789 | 2 | 8 | $dev->{'Path'} // "" |
| 807 | 10 | 0 | $dev->{'sector size'} // bless( {"sign" => "+","value" => bless( [512], 'Math::BigInt::Calc' )}, 'Math::BigInt' ) |
| 1068 | 4 | 0 | $dev->{'serial-no'} // "" |
| 1086 | 4 | 0 | $dev->{'size'} // 0 |
| 1117 | 1 | 0 | $dev->{'PHY'} // {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 828 | 3 | 0 | 0 | $block->blk_info("SIZE") // $self->hwsize($dev->{'Size'}) |
| 908 | 0 | 0 | 2 | $status =~ /missing/i or $status eq "" |