| blib/lib/AppBase/Grep/File.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 26 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 39 | 0 | 0 | if (-f $_) |
| 55 | 0 | 0 | if (defined $args->{'pattern'}) |
| 56 | 0 | 0 | if ($args->{'regexps'} and @{$args->{'regexps'};}) { } |
| 63 | 0 | 0 | if ($args->{'recursive'} or $args->{'dereference_recursive'}) |
| 66 | 0 | 0 | if (-d $files[$i]) |
| 68 | 0 | 0 | $args->{'dereference_recursive'} ? : |
| 78 | 0 | 0 | if (not @files) { } |
| 0 | 0 | elsif (@files > 1) { } | |
| 89 | 0 | 0 | if (not defined $fh or $_[0]) |
| 90 | 0 | 0 | unless @files |
| 93 | 0 | 0 | unless (open $fh, "<", $file) |
| 101 | 0 | 0 | if (defined $line) { } |
| 102 | 0 | 0 | $show_label ? : |