blib/lib/Bio/GeneDesign/IO.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 9 | 11.1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
93 | 1 | 0 | 0 | 'Bio::SeqIO'->new('-file', $path) || croak("Cannot parse $path") |
112 | 0 | 0 | 0 | 'Bio::SeqIO'->new('-string', $fstring, '-format', 'fasta') || croak("Cannot parse $string") |
128 | 0 | 0 | 0 | $outformat || $suffix |