blib/lib/Bio/Gonzales/Seq/Validate/fasta.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 18 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
81 | 370 | 0 | 1 | not $is_dos and /\r\n/ |
92 | 177 | 1 | 4 | $header and $probably_seq_in_header |
104 | 355 | 0 | 9 | /\s+($re)\s*$/ || /\s+($re)\s*$/i and length $1 > 3 |
132 | 180 | 5 | 0 | $seq_type and not /^$seq_type$/i |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
91 | 180 | 5 | 0 | $header or $seq_type |
104 | 4 | 5 | 355 | /\s+($re)\s*$/ || /\s+($re)\s*$/i |