| blib/lib/App/rshasum.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 12 | 16 | 75.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 19 | 1 | 2 | unless $args->{'prune_re'} | 
| 29 | 12 | 6 | if (@prunes) | 
| 31 | 2 | 10 | if (&any(sub { $path =~ /$_/u; } , @prunes)) | 
| 37 | 10 | 6 | if ($r->is_file) | 
| 40 | 0 | 10 | unless (open $fh, '<', $r->path) | 
| 65 | 0 | 1 | unless &GetOptions('digest=s', \$digest, 'skip=s', \@skips, 'start-path=s', \$start_path) | 
| 70 | 0 | 1 | unless (defined $digest) | 
| 74 | 1 | 0 | if (@ARGV) |