| lib/App/SimulateReads/Simulator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 18 | 44.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 72 | 20 | 0 | 0 | $self->seqid_weight eq 'file' and not defined $self->weight_file |
| 78 | 0 | 20 | 0 | $self->count_loops_by eq 'coverage' and not defined $self->coverage |
| 20 | 0 | 0 | $self->count_loops_by eq 'number_of_reads' and not defined $self->number_of_reads | |
| 290 | 5 | 3 | 0 | $class eq 'App::SimulateReads::Fastq::PairedEnd' and $number_of_reads == 1 |
| 397 | 4 | 0 | 1710 | $i <= $last_read_idx and not $sig->signal_catched |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 290 | 0 | 0 | 8 | $number_of_reads <= 0 or $class eq 'App::SimulateReads::Fastq::PairedEnd' and $number_of_reads == 1 |