blib/lib/App/RL/Command/combine.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 12 | 75.0 |
line | true | false | branch |
---|---|---|---|
41 | 1 | 3 | if (@{$args;} != 1) |
48 | 0 | 3 | if lc $_ eq 'stdin' |
49 | 1 | 2 | unless (Path::Tiny::path($_)->is_file) |
54 | 0 | 2 | if (not exists $opt->{'outfile'}) |
71 | 1 | 1 | if (ref $$yml{$keys[0]} eq 'HASH') { } |
105 | 2 | 0 | if (lc $opt->{'outfile'} eq 'stdout') { } |