Branch Coverage

lib/Bio/Roary/ContigsToGeneIDsFromGFF.pm
Criterion Covered Total %
branch 6 22 27.2


line true false branch
24 0 110 unless open my $fh, '-|', $self->_gff_fh_input_string
30 1021 0 if ($line =~ /ID=["']?([^;"']+)["']?;?/i) { }
43 163 858 if ($line =~ /product=["']?([^;,"']+)[,"']?;?/i)
48 103 60 if ($line =~ /UniProtKB/ or $line =~ /RefSeq/ or $line =~ /protein motif/) { }
83 0 0 if $current_feature->{'database_annotation_exists'} == 1
84 0 0 unless $current_feature->{'product'} =~ /hypothetical/i
85 0 0 unless $next_feature->{'database_annotation_exists'} == 1
91 0 0 if ($comparison_start_coord < $end_coord and $comparison_end_coord > $start_coord)
94 0 0 if ($percent_overlap >= $self->_min_nucleotide_overlap_percentage)
110 0 0 if ($comparison_start_coord > $start_coord)
115 0 0 if ($comparison_end_coord < $end_coord)