blib/lib/App/Rangeops/Command/filter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 20 | 65.0 |
line | true | false | branch |
---|---|---|---|
37 | 0 | 2 | unless (@{$args;}) |
41 | 0 | 2 | if lc $_ eq 'stdin' |
42 | 0 | 2 | unless (Path::Tiny::path($_)->is_file) |
47 | 0 | 2 | if (not exists $opt->{'outfile'}) |
63 | 12 | 0 | if (defined $opt->{'number'}) |
67 | 6 | 6 | unless $intspan->contains(scalar @parts) |
70 | 2 | 4 | if (defined $opt->{'ratio'}) |
74 | 0 | 6 | unless App::RL::Common::info_is_valid($info) |
80 | 1 | 1 | if $diff_ratio < $opt->{'ratio'} |
92 | 2 | 0 | if (lc $opt->{'outfile'} eq 'stdout') { } |