Condition Coverage

Bio/Tools/CodonTable.pm
Criterion Covered Total %
condition 25 41 60.9


and 3 conditions

line !l l&&!r l&&r condition
454 19840 53 7 $partial == 2 and $complete_codon
483 10 3 0 $aas{'D'} and $aas{'N'}
6 4 0 $aas{'E'} and $aas{'Q'}
563 1 1 133 defined $value and $value =~ /$Bio::Tools::CodonTable::VALID_PROTEIN/
2 0 133 defined $value and $value =~ /$Bio::Tools::CodonTable::VALID_PROTEIN/ and length $value == 1
580 134 0 1 $coding and uc $coding eq 'RNA'
611 0 22 0 $obj and $obj->isa('Bio::PrimarySeqI')
668 0 1 0 $obj and $obj->isa('Bio::PrimarySeqI')
852 0 0 1 length $table == 64 and length $starts == 64

or 2 conditions

line l !l condition
470 7 5306 $partial ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
336 1 0 643 not defined $Bio::Tools::CodonTable::TABLES[$value] or $Bio::Tools::CodonTable::TABLES[$value] eq ''
623 1 0 21 $cut || $threshold
850 1 0 0 $name ||= 'Custom' . $#Bio::Tools::CodonTable::NAMES + 1
851 0 1 0 $starts ||= $Bio::Tools::CodonTable::STARTS[1]