Branch Coverage

blib/lib/App/RL/Command/cover.pm
Criterion Covered Total %
branch 11 16 68.7


line true false branch
32 1 2 unless (@{$args;})
39 0 2 if lc $_ eq 'stdin'
40 1 1 unless (Path::Tiny::path($_)->is_file)
45 0 1 if (not exists $opt->{'outfile'})
56 0 5 if substr($line, 0, 1) eq '#'
59 0 5 unless App::RL::Common::info_is_valid($info)
62 2 3 unless (exists $count_of{$chr_name})
78 1 0 if (lc $opt->{'outfile'} eq 'stdout') { }