Branch Coverage

Bio/Matrix/PSM/PsmHeader.pm
Criterion Covered Total %
branch 22 32 68.7


line true false branch
104 4 2 if ($dat and $dat =~ /version\b/i)
109 5 1 if ($dat and $dat =~ /release\b/i)
113 4 1 if ($rel =~ /\d\d:\d\d:\d\d/) { }
139 2 1 unless $self->_check('seq')
158 0 3 unless $self->_check('hid')
179 0 0 unless $self->_check('length')
198 0 1 unless $self->_check('instances')
218 2 1 unless $self->_check('weight')
294 3 7 if ($type eq 'meme') { }
5 2 elsif ($type eq 'mast') { }
2 0 elsif ($type eq 'transfac') { }
0 0 elsif ($type eq 'psiblast') { }
295 1 2 unless grep /$method/, @Bio::Matrix::PSM::PsmHeader::MEMEHEADER
298 1 4 unless grep /$method/, @Bio::Matrix::PSM::PsmHeader::MASTHEADER
301 2 0 unless grep /$method/, @Bio::Matrix::PSM::PsmHeader::TRANSFACHEADER
304 0 0 unless grep /$method/, @Bio::Matrix::PSM::PsmHeader::PSIBLASTHEADER