Branch Coverage

blib/lib/App/RL/Command/combine.pm
Criterion Covered Total %
branch 9 12 75.0


line true false branch
36 1 3 if (@{$args;} != 1)
43 0 3 if lc $_ eq 'stdin'
44 1 2 unless (Path::Tiny::path($_)->is_file)
49 0 2 if (not exists $opt->{'outfile'})
66 1 1 if (ref $$yml{$keys[0]} eq 'HASH') { }
100 2 0 if (lc $opt->{'outfile'} eq 'stdout') { }