| blib/lib/App/Grok.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 18 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 197 | 0 | 0 | 0 | $pager =~ /less/ and $output eq 'ansi' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 110 | 0 | 0 | 0 | $opt{'update'} or $opt{'index'} |
| 0 | 0 | 0 | $opt{'update'} or $opt{'index'} or defined $opt{'file'} | |
| 0 | 0 | 0 | $opt{'update'} or $opt{'index'} or defined $opt{'file'} or @ARGV | |
| 148 | 0 | 0 | 0 | $first_pod =~ /^=(?:pod|head\d+|over)$/ or $target =~ /^=cut\b/m |
| 189 | 0 | 0 | 0 | $opt{'no_pager'} or not is_interactive() |