Branch Coverage

lib/App/SimulateReads/Command/QualityDB/Add.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
33 0 0 unless (defined $file)
38 0 0 unless (-f $file)
42 0 0 if @$args
50 0 0 unless (exists $opts->{'quality-profile'})
54 0 0 unless (exists $opts->{'read-size'})
58 0 0 if ($opts->{'read-size'} <= 0)
74 0 0 unless ($file =~ /.+\.(fastq)(\.gz)?$/)