blib/lib/App/Fasops/Command/create.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 18 | 22.2 |
line | true | false | branch |
---|---|---|---|
42 | 1 | 1 | unless (@{$args;}) |
49 | 0 | 1 | if lc $_ eq 'stdin' |
50 | 1 | 0 | unless (Path::Tiny::path($_)->is_file) |
55 | 0 | 0 | if (not exists $opt->{'outfile'}) |
68 | 0 | 0 | if (lc $opt->{'outfile'} eq 'stdout') { } |
84 | 0 | 0 | unless exists $info_of->{$part} |
87 | 0 | 0 | unless @parts >= 2 |
93 | 0 | 0 | if (defined $info->{'strand'} and $info->{'strand'} ne '+') |
96 | 0 | 0 | if ($opt->{'name'}) |