blib/lib/App/RL/Command/convert.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 14 | 71.4 |
line | true | false | branch |
---|---|---|---|
34 | 1 | 2 | if (@{$args;} != 1) |
41 | 0 | 2 | if lc $_ eq 'stdin' |
42 | 1 | 1 | unless (Path::Tiny::path($_)->is_file) |
47 | 0 | 1 | if (not exists $opt->{'outfile'}) |
59 | 0 | 1 | if (lc $args->[0] eq 'stdin') { } |
68 | 1 | 0 | if (lc $opt->{'outfile'} eq 'stdout') { } |
82 | 5 | 11 | if $set->is_empty |