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 |