| Bio/Matrix/PSM/IO/meme.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 9 | 88.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 193 | 180 | 2 | 0 | $line =~ /^Sequence name/ and $line =~ /Strand/ |
| 198 | 176 | 4 | 2 | $line =~ /width/ and $line =~ /sites/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 100 | 16 | 14 | 32 | $line =~ /\*{10,}/ or $line eq '' |