| blib/lib/Device/RAID/Poller/Backends/Adaptec_arcconf.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 27 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 89 | 0 | 0 | 0 | defined $backup_lines[0] and $backup_lines[0] =~ /\:[\t ]*Ready/ || $backup_lines[0] =~ /Normal/ | 
| 0 | 0 | 0 | defined $backup_lines[0] and $backup_lines[0] =~ /Invalid/ || $backup_lines[0] =~ /Not\ Present/ | |
| 137 | 0 | 0 | 0 | $line =~ /Reconfiguring/ and not $line =~ /Degraded/ | 
| 0 | 0 | 0 | $line =~ /Reconfiguring/ and not $line =~ /Degraded/ and not $line =~ /Suboptimal/ | |
| 230 | 0 | 0 | 0 | $found =~ /[0123456789]+/ and $found > 0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 89 | 0 | 0 | 0 | $backup_lines[0] =~ /\:[\t ]*Ready/ || $backup_lines[0] =~ /Normal/ | 
| 0 | 0 | 0 | $backup_lines[0] =~ /Invalid/ || $backup_lines[0] =~ /Not\ Present/ | |
| 137 | 0 | 0 | 0 | $line =~ /Optimal/ or $line =~ /Reconfiguring/ and not $line =~ /Degraded/ and not $line =~ /Suboptimal/ | 
| 201 | 0 | 0 | 0 | $^O =~ /linux/ or $^O =~ /freebsd/ |