Condition Coverage

blib/lib/TIGR/FASTA/Grammar.pm
Criterion Covered Total %
condition 0 33 0.0


and 3 conditions

line !l l&&!r l&&r condition
114 0 0 0 $valid_flag != 0 and scalar @data_lines > 0
122 0 0 0 $valid_flag != 0 and defined(my $line = shift @data_lines)
133 0 0 0 $line_len_flag < 0 and $#data_lines != -1
162 0 0 0 defined $header and ($identifier) = $header =~ /$FASTA_HEADER_PARSE/
165 0 0 0 defined $identifier and not $identifier =~ m[/]
270 0 0 0 defined $data_def and $data_def =~ /^[$NA_IUPAC_CODES]+$/i
294 0 0 0 defined $data_def and $data_def =~ /^[$AA_IUPAC_CODES]+$/i
317 0 0 0 defined $header and ($identifier) = $header =~ /$FASTA_HEADER_PARSE/
0 0 0 defined $header and ($identifier) = $header =~ /$FASTA_HEADER_PARSE/ and defined $identifier

or 3 conditions

line l !l&&r !l&&!r condition
133 0 0 0 $line_len_flag > 0 or $line_len_flag < 0 and $#data_lines != -1
191 0 0 0 $data_definition =~ /^[$NA_IUPAC_CODES]+$/i or $data_definition =~ /^[$AA_IUPAC_CODES]+$/i