Condition Coverage

lib/App/Sandy/Role/Digest.pm
Criterion Covered Total %
condition 0 30 0.0


and 3 conditions

line !l l&&!r l&&r condition
162 0 0 0 %QUALITY_PROFILE and exists $QUALITY_PROFILE{$opts->{'quality-profile'}}
180 0 0 0 %STRUCTURAL_VARIATION and exists $STRUCTURAL_VARIATION{$sv}
251 0 0 0 defined $opts->{'coverage'} and $opts->{'coverage'} <= 0
262 0 0 0 defined $opts->{'number-of-reads'} and $opts->{'number-of-reads'} <= 0
293 0 0 0 %EXPRESSION_MATRIX and exists $EXPRESSION_MATRIX{$opts->{'expression-matrix'}}
351 0 0 0 $opts->{'output-format'} =~ /fastq/u and $opts->{'sequencing-type'} eq "paired-end"
0 0 0 $opts->{'output-format'} =~ /fastq/u and $opts->{'sequencing-type'} eq "paired-end" and $opts->{'join-paired-ends'}
470 0 0 0 $entry->{'type'} && $entry->{'type'} eq 'single-molecule'

or 3 conditions

line l !l&&r !l&&!r condition
158 0 0 0 0 > $opts->{'sequencing-error'} or $opts->{'sequencing-error'} > 1
340 0 0 0 $opts->{'id'} ||= $opts->{'sequencing-type'} eq "paired-end" ? $opts->{'paired-end-id'} : $opts->{'single-end-id'}