Branch Coverage

blib/lib/App/RL/Command/merge.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
28 1 2 unless (@{$args;})
35 0 3 if lc $_ eq 'stdin'
36 1 2 unless (Path::Tiny::path($_)->is_file)
41 0 1 if (not exists $opt->{'outfile'})
50 1 0 if (lc $opt->{'outfile'} eq 'stdout') { }