Condition Coverage

blib/lib/Device/RAID/Poller/Backends/Avago_tw_cli.pm
Criterion Covered Total %
condition 0 36 0.0


and 3 conditions

line !l l&&!r l&&r condition
101 0 0 0 defined $controller and defined $bbu
164 0 0 0 defined $line_split[0] and $line_split[0] =~ /^u[0123456789]+/
203 0 0 0 defined $line_split[0] and $line_split[0] =~ /^p[0123456789]+/
0 0 0 defined $line_split[0] and $line_split[0] =~ /^p[0123456789]+/ and defined $line_split[1]
0 0 0 defined $line_split[0] and $line_split[0] =~ /^p[0123456789]+/ and defined $line_split[1] and defined $line_split[2]
0 0 0 defined $line_split[0] and $line_split[0] =~ /^p[0123456789]+/ and defined $line_split[1] and defined $line_split[2] and $line_split[2] =~ /^u[0123456789]+/

or 3 conditions

line l !l&&r !l&&!r condition
105 0 0 0 $bbu =~ /Fault/ or $bbu =~ /WeakBat/
0 0 0 $bbu =~ /Fault/ or $bbu =~ /WeakBat/ or $bbu =~ /Error/
170 0 0 0 $status =~ /^REBUILDING/ or $status =~ /^RECOVERY/
0 0 0 $status =~ /^REBUILDING/ or $status =~ /^RECOVERY/ or $status =~ /^MIGRATING/
0 0 0 $status =~ /DEGRADED/ or $status =~ /INOPERABLE/
240 0 0 0 $^O =~ /linux/ or $^O =~ /freebsd/