| blib/lib/App/RL/Command/cover.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 11 | 16 | 68.7 | 
| line | true | false | branch | 
|---|---|---|---|
| 40 | 1 | 2 | unless (@{$args;}) | 
| 47 | 0 | 2 | if lc $_ eq 'stdin' | 
| 48 | 1 | 1 | unless (Path::Tiny::path($_)->is_file) | 
| 53 | 0 | 1 | if (not exists $opt->{'outfile'}) | 
| 64 | 0 | 5 | if substr($line, 0, 1) eq '#' | 
| 67 | 0 | 5 | unless App::RL::Common::info_is_valid($info) | 
| 70 | 2 | 3 | unless (exists $count_of{$chr_name}) | 
| 86 | 1 | 0 | if (lc $opt->{'outfile'} eq 'stdout') { } |