Branch Coverage

blib/lib/Bio/Gonzales/Util.pm
Criterion Covered Total %
branch 8 48 16.6


line true false branch
24 0 1 if (@k == 1 and ref $k[0] eq 'ARRAY') { }
39 0 0 if (@k == 1 and ref $k[0] eq 'ARRAY') { }
49 0 0 if exists $inv{$k}
53 0 0 wantarray ? :
60 1 1 if (@k == 1 and ref $k[0] eq 'ARRAY') { }
69 0 2 wantarray ? :
73 3 12 ref $_ eq 'ARRAY' ? :
80 0 1442 if ('ARRAY' eq ref $target->{$_}) { }
0 1442 elsif ('HASH' eq ref $target->{$_}) { }
93 0 0 unless defined $item
95 0 0 if (ref $item eq 'ARRAY') { }
0 0 elsif (not ref $item) { }
108 0 0 if (ref $e eq 'ARRAY') { }
0 0 elsif ($e =~ /^>>|\d?>|<|<<|\||\d?>\&\d$/) { }
0 0 elsif (defined $e) { }
125 0 0 unless system($cmd) == 0
130 0 0 unless system($cmd) == 0
136 0 0 if defined $keys and not ref $keys
140 0 0 if (not $type) { }
0 0 elsif ($type eq 'ARRAY') { }
0 0 elsif ($type eq 'HASH') { }
0 0 elsif ($type eq 'CODE') { }
143 0 0 unless exists $data->[$k]
146 0 0 unless exists $data->{$k}