Branch Coverage

Bio/SeqFeature/Tools/IDHandler.pm
Criterion Covered Total %
branch 4 18 22.2


line true false branch
138 0 0 if ($_->has_tag('Parent'))
151 0 0 unless ($id)
186 0 0 unless $id
187 0 0 if ($sf_by_ID{$id})
193 0 0 unless (%sf_by_ID)
205 0 0 if exists $sf_by_ID{$parent}
251 0 58 unless ($sf->isa('Bio::SeqFeatureI'))
256 0 58 if ($sf->has_tag('transcript_id')) { }
14 44 elsif ($sf->has_tag('protein_id')) { }