| blib/lib/App/File/Grepper.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 115 | 0 | 0 | 0 | !$edit && -t STDOUT |
| 136 | 0 | 0 | 0 | -d $_ and $_ =~ /^(RCS|CVS|\.svn|\.git|\.hg)$/ |
| 145 | 0 | 0 | 0 | $exclude and $_ =~ /$exclude/ |
| 149 | 0 | 0 | 0 | $filter and not $_ =~ /$filter/ |