Condition Coverage

Bio/Seq/SimulatedRead.pm
Criterion Covered Total %
condition 29 44 65.9


and 3 conditions

line !l l&&!r l&&r condition
160 35 13 0 scalar @$qual_levels != 0 and scalar @$qual_levels != 2
258 0 3 1 defined $strand and $strand == -1
268 3 0 42 defined $self->reference->desc and not $self->reference->desc =~ /^\s*$/
393 0 0 28 defined ref $errors and ref $errors eq 'HASH'
448 0 35 3 defined $read_length and $pos > $read_length
455 35 2 1 $pos < 1 and exists $ops->{'%'} || exists $ops->{'-'}
462 38 0 0 $pos < 0 and exists $ops->{'+'}
476 28 10 0 $op eq '%' and scalar @$res < 1
481 21 17 0 $op eq '+' and scalar @$res < 1
486 27 11 0 $op eq '-' and scalar @$res < 1
571 0 6 23 defined $errors and scalar keys %$errors > 0

or 2 conditions

line l !l condition
428 25 11 $res || ''

or 3 conditions

line l !l&&r !l&&!r condition
187 42 3 0 $reference->isa('Bio::SeqI') or $reference->isa('Bio::PrimarySeqI')
191 0 0 45 $self->{'mid'} or $self->{'errors'}
455 1 1 1 exists $ops->{'%'} || exists $ops->{'-'}