blib/lib/App/RL/Command/stat.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 22 | 77.2 |
line | true | false | branch |
---|---|---|---|
35 | 1 | 4 | if (@{$args;} != 1) |
42 | 0 | 4 | if lc $_ eq 'stdin' |
43 | 1 | 3 | unless (Path::Tiny::path($_)->is_file) |
48 | 0 | 3 | if (not exists $opt->{'outfile'}) |
60 | 0 | 3 | if (lc $args->[0] eq 'stdin') { } |
71 | 1 | 2 | if ($opt->{'mk'}) { } |
90 | 3 | 0 | if (lc $opt->{'outfile'} eq 'stdout') { } |
98 | 1 | 2 | if ($opt->{'mk'}) { } |
99 | 1 | 0 | if ($opt->{'all'}) |
114 | 1 | 1 | if ($opt->{'all'}) |
147 | 6 | 1 | if ($all) |