| line |
!l |
l&&!r |
l&&r |
condition |
|
193
|
0 |
0 |
0 |
ref $var eq "HASH" and @_ == 1
|
|
428
|
0 |
21 |
0 |
@ARGV and $ARGV[0] eq "--norc"
|
|
|
21 |
0 |
0 |
@ARGV and $ARGV[0] eq "--norc" and shift @ARGV
|
|
707
|
0 |
0 |
0 |
@opt_chdir == 1 and @argv_files == 1
|
|
|
0 |
0 |
0 |
@opt_chdir == 1 and @argv_files == 1 and @opt_glob == 0
|
|
717
|
21 |
0 |
0 |
@ARGV > 1 || $opt_readlist and not $opt_h
|
|
965
|
0 |
0 |
0 |
usage() and exit
|
|
1043
|
21 |
0 |
0 |
$opt_d{'n'} and $opt_d{'f'}
|
|
1085
|
21 |
0 |
0 |
$opt_uniqcolor and $opt_d{'c'}
|
|
1191
|
21 |
21 |
0 |
@ARGV == 0 and @opt_chdir
|
|
|
42 |
0 |
0 |
@ARGV == 0 and @opt_chdir and @argv_files || @opt_glob
|
|
1200
|
21 |
0 |
0 |
$opt_readlist && read_stdin()
|
|
1339
|
6 |
15 |
0 |
!$opt_all && $blockend ne '' && ($opt_blockend || $opt_p || $opt_A || $opt_B || @opt_block)
|
|
1382
|
73 |
0 |
0 |
$opt_n and $opt_linestyle eq "separate"
|
|
1386
|
73 |
0 |
0 |
$opt_b and $opt_blockstyle eq "separate"
|
|
1423
|
0 |
0 |
0 |
$opt_n and $opt_linestyle eq "line"
|
|
1457
|
73 |
0 |
0 |
$opt_b and $opt_blockstyle eq "line"
|
|
1467
|
52 |
21 |
0 |
$is_top and $_top ne ""
|
|
1469
|
2 |
71 |
0 |
$opt_newline and not $block =~ /\n\z/u
|
| line |
l |
!l&&r |
!l&&!r |
condition |
|
428
|
0 |
0 |
21 |
@ARGV and $ARGV[0] eq "--norc" and shift @ARGV or $ENV{'GREPLE_NORC'}
|
|
484
|
0 |
21 |
0 |
$opt_ocode || $default_ocode
|
|
495
|
0 |
0 |
21 |
$opt_man or $opt_show
|
|
|
0 |
0 |
21 |
$opt_man or $opt_show or $opt_path
|
|
580
|
0 |
21 |
0 |
$opt_filter or grep {not $_->[0] =~ /^(not|may)/u;} @opt_pattern
|
|
581
|
0 |
0 |
0 |
shift @ARGV // &usage
|
|
675
|
0 |
0 |
0 |
$max <= 0 or $_[0] <= $max
|
|
700
|
0 |
0 |
21 |
$opt_H || $opt_l
|
|
707
|
0 |
0 |
0 |
$opt_h or @opt_chdir == 1 and @argv_files == 1 and @opt_glob == 0
|
|
716
|
19 |
0 |
2 |
@ARGV or @argv_files
|
|
|
19 |
0 |
2 |
@ARGV or @argv_files or @opt_glob
|
|
|
0 |
0 |
2 |
@ARGV or @argv_files or @opt_glob or $opt_readlist
|
|
717
|
0 |
0 |
21 |
@ARGV > 1 || $opt_readlist
|
|
786
|
0 |
0 |
21 |
$opt_color eq 'always' || $opt_color eq 'auto' && (!$opt_o && -t STDOUT)
|
|
795
|
0 |
0 |
0 |
$_esc{$1} // $1
|
|
843
|
0 |
0 |
21 |
$color_index{'A'} or $color_index{'D'}
|
|
884
|
0 |
0 |
0 |
$opt_A ||= $opt_C
|
|
885
|
0 |
0 |
0 |
$opt_B ||= $opt_C
|
|
950
|
0 |
0 |
0 |
$pat->regex // $pat->string
|
|
1115
|
0 |
0 |
21 |
$opt_exit // $stat{'match_effective'} == 0
|
|
1175
|
0 |
0 |
0 |
$help || join(' ', shellquote(@option))
|
|
1191
|
0 |
0 |
0 |
@argv_files || @opt_glob
|
|
1200
|
21 |
0 |
21 |
defined($file = shift @ARGV) or defined($file = $opt_readlist && read_stdin())
|
|
1207
|
0 |
0 |
0 |
open STDIN, "-|" or exec "w3m -dump $file"
|
|
1406
|
166 |
0 |
0 |
do {
|