| blib/lib/App/RL/Command/stat.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 17 | 22 | 77.2 |
| line | true | false | branch |
|---|---|---|---|
| 37 | 1 | 4 | if (@{$args;} != 1) |
| 44 | 0 | 4 | if lc $_ eq 'stdin' |
| 45 | 1 | 3 | unless (Path::Tiny::path($_)->is_file) |
| 50 | 0 | 3 | if (not exists $opt->{'outfile'}) |
| 62 | 0 | 3 | if (lc $args->[0] eq 'stdin') { } |
| 73 | 1 | 2 | if ($opt->{'mk'}) { } |
| 92 | 3 | 0 | if (lc $opt->{'outfile'} eq 'stdout') { } |
| 100 | 1 | 2 | if ($opt->{'mk'}) { } |
| 101 | 1 | 0 | if ($opt->{'all'}) |
| 116 | 1 | 1 | if ($opt->{'all'}) |
| 149 | 6 | 1 | if ($all) |