blib/lib/Zabbix/Check/Disk.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
188 | 0 | 0 | 0 | not $removable and $disk->{'removable'} |
197 | 0 | 0 | 0 | defined $devname and $type |
0 | 0 | 0 | defined $devname and $type and $type =~ /^read|write|total$/ | |
209 | 0 | 0 | 0 | defined $devname and $type |
0 | 0 | 0 | defined $devname and $type and $type =~ /^read|write|total$/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
132 | 0 | 0 | 0 | not $tmp or $@ |
187 | 0 | 0 | 0 | $devname =~ /^loop\d*$/i or $devname =~ /^ram\d*$/i |