Branch Coverage

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


line true false branch
32 1 2 if (@{$args;} != 1)
39 0 2 if lc $_ eq 'stdin'
40 1 1 unless (Path::Tiny::path($_)->is_file)
45 0 1 if (not exists $opt->{'outfile'})
72 1 0 if (lc $opt->{'outfile'} eq 'stdout') { }