Branch Coverage

lib/App/Sandy/Command/Quality/Add.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
36 0 0 unless (defined $file)
41 0 0 unless (-f $file)
45 0 0 if @$args
53 0 0 unless (exists $opts->{'quality-profile'})
57 0 0 if (0 > $opts->{'sequencing-error'} or $opts->{'sequencing-error'} > 1)
73 0 0 unless ($file =~ /.+\.(fastq)(\.gz)?$/u)