Condition Coverage

Bio/SeqIO/table.pm
Criterion Covered Total %
condition 34 53 64.1


and 3 conditions

line !l l&&!r l&&r condition
229 4 0 3 $useann and not ref $useann
254 5 0 1 $colnames and not ref $colnames
287 4 37 5 $line_ok and not $self->_header_skipped
41 0 5 $line_ok and not $self->_header_skipped and $self->header
317 40 0 128 not ref $attrmap->{$attr} and $attrmap->{$attr} =~ /^\d+$/
328 2 0 40 $annmap and %$annmap
445 4 0 16 not ref $attr_map->{$key} and $attr_map->{$key} =~ /^\d+$/
456 6 0 22 not ref $attr_map{$key} and $attr_map{$key} =~ /^\d+$/
706 3 36 0 defined $line and $cmtcc && $line =~ /^\s*$cmtcc/ || $line =~ /^\s*$/
791 2 0 6 not ref $attrcol and $attrcol =~ /^\d+$/
799 5 0 5 exists $$annmap{$i + 1} and not defined $$annmap{$i + 1}
810 0 5 5 defined $line_ok and $header_lines > 0

or 2 conditions

line l !l condition
766 1 3 $self->annotation_map || {}

or 3 conditions

line l !l&&r !l&&!r condition
203 7 0 0 not defined $self->comment_char or defined $cmtchars
205 7 0 0 not defined $self->delimiter or defined $delim
217 0 0 4 ref $taxon or $taxon =~ /^\d+$/
252 2 1 3 $useann || $colnames
706 0 0 36 $cmtcc && $line =~ /^\s*$cmtcc/ || $line =~ /^\s*$/