blib/lib/Bio/GFF3/Transform/FromFasta.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 13 | 53.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
87 | 0 | 2 | 6 | $thing and ref $thing |
2 | 6 | 0 | $thing and ref $thing and ref $thing eq 'GLOB' || blessed $thing && $thing->can('print') |
line | l | !l | condition |
---|---|---|---|
40 | 0 | 8 | $args{'source'} || 'fasta' |
94 | 0 | 2 | $mode || '<' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
87 | 0 | 0 | 6 | ref $thing eq 'GLOB' || blessed $thing && $thing->can('print') |