Branch Coverage

blib/lib/Device/RAID/Poller/Backends/FBSD_graid3.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
76 0 0 unless ($self->{'usable'})
82 0 0 if ($? != 0)
96 0 0 if ($line_split[0] =~ /^mirror/) { }
100 0 0 unless (defined $return_hash{$dev})
115 0 0 if ($line_split[1] eq 'COMPLETE') { }
0 0 elsif ($line_split[1] eq 'DEGRADED') { }
123 0 0 if ($line_split[3] eq '(SYNCHRONIZING)') { }
0 0 elsif ($line_split[3] eq '(ACTIVE)') { }
135 0 0 if ($line_split[2] eq '(SYNCHRONIZING)') { }
0 0 elsif ($line_split[2] eq '(ACTIVE)') { }
165 0 0 unless ($^O =~ /freebsd/ or -x "/sbin/graid3")
176 0 0 if ($? != 0)