blib/lib/App/RL/Command/compare.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 18 | 24 | 75.0 |
line | true | false | branch |
---|---|---|---|
36 | 2 | 4 | if (@{$args;} < 2) |
43 | 0 | 7 | if lc $_ eq 'stdin' |
44 | 1 | 6 | unless (Path::Tiny::path($_)->is_file) |
49 | 0 | 3 | if ($opt->{'op'} =~ /^dif/i) { } |
0 | 3 | elsif ($opt->{'op'} =~ /^uni/i) { } | |
2 | 1 | elsif ($opt->{'op'} =~ /^int/i) { } | |
1 | 0 | elsif ($opt->{'op'} =~ /^xor/i) { } | |
65 | 0 | 3 | if (not exists $opt->{'outfile'}) |
81 | 2 | 1 | if ($opt->{'mk'}) { } |
120 | 10 | 62 | unless (exists $s->{$chr}) |
141 | 3 | 0 | if (lc $opt->{'outfile'} eq 'stdout') { } |
148 | 2 | 1 | if ($opt->{'mk'}) { } |