| blib/lib/Bio/Gonzales/Seq.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 40 | 25.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 49 | 6 | 51 | 4 | exists $a{'delim'} and not defined $a{'delim'} |
| 51 | 6 | 51 | 4 | exists $a{'desc'} and not defined $a{'desc'} |
| 67 | 0 | 0 | 1 | defined $str and CORE::length $str > 0 |
| 243 | 0 | 0 | 0 | &blessed($range) and $range->isa('Bio::Gonzales::Feat') |
| 287 | 0 | 0 | 0 | defined $c and ref $c ne 'HASH' |
| 298 | 0 | 0 | 0 | $b and $e |
| 312 | 0 | 0 | 0 | $b > $e and $b > 0 |
| 0 | 0 | 0 | $b > $e and $b > 0 and $e > 0 | |
| 327 | 0 | 0 | 0 | $strand and $strand < 0 |
| 348 | 1 | 0 | 0 | $alphabet ne 'dna' and $alphabet ne 'rna' |
| line | l | !l | condition |
|---|---|---|---|
| 294 | 0 | 0 | $b ||= '^' |
| 295 | 0 | 0 | $e ||= '$' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 65 | 0 | 1 | 0 | $width //= $WIDTH |
| 168 | 0 | 1 | 0 | $width //= $WIDTH |