Branch Coverage

Bio/SeqIO/kegg.pm
Criterion Covered Total %
branch 14 28 50.0


line true false branch
155 1 0 if (not defined $self->sequence_factory)
193 0 1 unless defined $buffer
194 0 1 unless $buffer =~ /^ENTRY/
211 1 0 if ($FIELDS{'NAME'})
217 1 0 if (exists $FIELDS{'DEFINITION'} and $FIELDS{'DEFINITION'} =~ /^DEFINITION/)
221 1 0 if (exists $FIELDS{'AASEQ'} and $FIELDS{'AASEQ'} =~ /^AASEQ/)
225 1 0 if (exists $FIELDS{'NTSEQ'} and $FIELDS{'NTSEQ'} =~ /^NTSEQ/)
239 1 0 if ($FIELDS{'ORTHOLOG'})
249 0 1 if ($FIELDS{'MOTIF'})
264 0 1 if ($FIELDS{'PATHWAY'})
272 1 0 if ($FIELDS{'POSITION'})
278 1 0 if ($FIELDS{'CLASS'})
294 1 0 if ($FIELDS{'DBLINKS'})
297 4 0 if $1