| blib/lib/CracTools/Utils.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 30 | 43.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 178 | 2 | 3 | 10 | defined $prev_line and not $prev_line =~ /^>/ |
| 220 | 0 | 0 | 2 | defined $entry1 and defined $entry2 |
| 356 | 0 | 0 | 4 | defined $k and defined $v |
| 406 | 0 | 0 | 0 | defined $key and defined $val |
| 475 | 1 | 0 | 3 | not defined $parsing_method and defined $type |
| 520 | 0 | 4 | 22 | $line and $line =~ /$header_regex/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 344 | 0 | 0 | 0 | $type eq 'gtf' or $type eq 'gff2' |
| 476 | 1 | 0 | 2 | $type =~ /gff3/i or $type eq 'gtf' |
| 1 | 0 | 2 | $type =~ /gff3/i or $type eq 'gtf' or $type eq 'gff2' | |
| 0 | 0 | 0 | $type =~ /SAM/i or $type =~ /BAM/i |