| lib/Slaughter/Info/linux.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 15 | 40.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 178 | 384 | 16 | 16 | $line =~ /model/ and $line =~ /qemu/i |
| 232 | 0 | 1 | 0 | -e '/proc/mdstat' and -x '/sbin/mdadm' |
| 239 | 0 | 0 | 0 | $line =~ /^md([0-9]+)/ and $line =~ /active/i |
| 309 | 0 | 1 | 0 | defined $line and length $line |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 81 | 0 | 1 | 0 | ref $proto || $proto |