lib/App/SimulateReads/Command/Digest.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
126 | 0 | 0 | 0 | not exists $QUALITY_PROFILE{$opts->{'quality-profile'}} and $opts->{'quality-profile'} ne 'poisson' |
139 | 0 | 0 | 0 | not $sizes{$opts->{'read-size'}} and $opts->{'quality-profile'} ne 'poisson' |
186 | 0 | 0 | 0 | $opts->{'number-of-reads'} < 2 and $opts->{'sequencing-type'} eq 'paired-end' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
121 | 0 | 0 | 0 | 0 > $opts->{'sequencing-error'} or $opts->{'sequencing-error'} > 1 |