Bio/SeqIO/lasergene.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 18 | 88.8 |
line | true | false | branch |
---|---|---|---|
109 | 4 | 34 | if $state == 0 |
111 | 4 | 34 | if $line =~ /^\s*$/ |
113 | 5 | 29 | if ($line eq '^^') { } |
19 | 10 | elsif ($state == 1) { } | |
10 | 0 | elsif ($state == 2) { } | |
115 | 2 | 3 | if $state > 2 |
129 | 1 | 4 | if $state == 0 |
132 | 1 | 3 | if ($state < 2) |
138 | 0 | 3 | unless $sequence |