Branch Coverage

blib/lib/Egb18030.pm
Criterion Covered Total %
branch 1360 4560 29.8


line true false branch
32 0 389 if ($^X =~ / jperl /imosx)
55 0 389 if ($@)
74 0 1152 if (ref $name) { }
0 1152 elsif (&Egb18030::index($name, '::') >= 0) { }
0 1152 elsif (&Egb18030::index($name, q[']) >= 0) { }
0 1152 elsif ($name =~ /\A \^ [ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_]+ \z/x) { }
0 1152 elsif ($name =~ /\A (?: ARGV | ARGVOUT | ENV | INC | SIG | STDERR | STDIN | STDOUT ) \z/x) { }
0 1152 elsif ($name =~ /\A [^ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz] \z/x) { }
1152 0 elsif (defined $_[1]) { }
111 0 1152 if (defined $_[1]) { }
194 0 5 if ($^O =~ /\A (?: MSWin32 | NetWare | symbian | dos ) \z/mosx)
199 0 0 if (/\A (?:$Egb18030::q_char)*? [ ] /mosx) { }
0 0 elsif (/\A (?:$Egb18030::q_char)*? [*?] /mosx) { }
200 0 0 if (my(@glob) = &Egb18030::glob(qq["$_"])) { }
210 0 0 if (my(@glob) = &Egb18030::glob($_)) { }
630 0 0 unless (defined $pattern)
635 0 0 unless (defined $string)
636 0 0 if (defined $_) { }
647 0 0 if ($string eq '') { }
0 0 elsif ($pattern eq ' ') { }
650 0 0 if (wantarray) { }
656 0 0 if $^W
674 0 0 if (not defined $limit) { }
683 0 0 if (length $string > 32766)
684 0 0 if ($string =~ /\A [\x00-\x7F]+ \z/mosx) { }
0 0 elsif (defined $Egb18030::q_char_SADAHIRO_Tomoyuki_2002_01_17) { }
693 0 0 if (not defined $limit or $limit <= 0) { }
0 0 elsif ($limit > 0) { }
700 0 0 if ('' =~ / \A $pattern \z /msx) { }
739 0 0 if ('' =~ / \A $pattern \z /msx) { }
744 0 0 if ($string =~ s/\A((?:$Egb18030::q_char)+?)$pattern//m)
757 0 0 if ($string =~ s/\A((?:$Egb18030::q_char)*?)$pattern//m)
767 0 0 if (length $string > 0)
772 0 0 if (not defined $_[2] or $_[2] == 0)
779 0 0 if (wantarray) { }
785 0 0 if $^W
801 0 0 if ($pattern =~ /\(\?\^? ([\-A-Za-z]+) :/mosx)
808 0 0 if ($modifier =~ /x/mosx) { }
843 0 0 if ($modifier =~ /r/mosx)
844 0 0 if ($bind_operator =~ / !~ /mosx)
855 0 0 unless (exists $tr{$searchlist[$i]})
856 0 0 if (defined $replacementlist[$i] and $replacementlist[$i] ne '') { }
0 0 elsif ($modifier =~ /d/mosx) { }
0 0 elsif (defined $replacementlist[-1] and $replacementlist[-1] ne '') { }
873 0 0 if ($modifier =~ /c/mosx) { }
875 0 0 if (not exists $tr{$char}) { }
876 0 0 if (defined $replacementlist[0])
880 0 0 if ($modifier =~ /s/mosx)
894 0 0 if (exists $tr{$char}) { }
897 0 0 if ($modifier =~ /s/mosx)
910 0 0 if ($modifier =~ /r/mosx) { }
915 0 0 if ($bind_operator =~ / !~ /mosx) { }
930 0 0 if (@_ == 0) { }
955 0 59292 if (substr($str, $pos, length $substr) eq $substr)
956 0 0 if ($pos >= $position)
960 59292 0 if (substr($str, $pos) =~ /\A ($Egb18030::q_char) /mosx) { }
981 0 0 if (substr($str, $pos, length $substr) eq $substr)
984 0 0 if (substr($str, $pos) =~ /\A ($Egb18030::q_char) /mosx) { }
998 0 0 if (@_) { }
1000 0 0 if (@_ and wantarray) { }
1023 0 0 if (@_) { }
1025 0 0 if (@_ and wantarray) { }
1026 0 0 defined $lc{$_} ? :
1029 0 0 defined $lc{$_} ? :
1042 0 0 defined $lc{$_} ? :
1049 0 0 if (@_) { }
1051 0 0 if (@_ and wantarray) { }
1074 2968 0 if (@_) { }
1076 0 2968 if (@_ and wantarray) { }
1077 0 0 defined $uc{$_} ? :
1080 648 2320 defined $uc{$_} ? :
1093 0 0 defined $uc{$_} ? :
1100 3271 0 if (@_) { }
1102 0 3271 if (@_ and wantarray) { }
1103 0 0 defined $fc{$_} ? :
1106 1493 1778 defined $fc{$_} ? :
1119 0 0 defined $fc{$_} ? :
1133 0 0 if ($last_s_matched and $_[0] =~ /\A (?>[1-9][0-9]*) \z/mosx)
1176 0 0 unless defined $char[$i]
1179 0 0 if ($char[$i] eq '[') { }
0 0 elsif ($char[$i] eq '[^') { }
0 0 elsif (my $char = classic_character_class($char[$i])) { }
0 0 elsif ($char[$i] =~ /\A [\x00-\xFF] \z/mosx) { }
1184 0 0 if ($char[$i + 1] eq ']')
1189 0 0 if (++$i > $#char)
1192 0 0 if ($char[$i] eq ']')
1198 0 0 if (do { $char =~ /\A ([\x80-\xFF].*) ($metachar) \z/mosx }) { }
0 0 elsif ($char =~ /\A [.|)] \z/mosx) { }
1225 0 0 if ($char[$i + 1] eq ']')
1230 0 0 if (++$i > $#char)
1233 0 0 if ($char[$i] eq ']')
1239 0 0 if (do { $char =~ /\A ([\x80-\xFF].*) ($metachar) \z/mosx }) { }
0 0 elsif ($char =~ /\A [.|)] \z/mosx) { }
1269 0 0 if ($uc ne $fc)
1270 0 0 if (length $fc == 1) { }
1282 0 0 unless defined $char[$i]
1284 0 0 if (do { $char[$i] =~ /\A ([\x80-\xFF].*) ($metachar) \z/mosx }) { }
0 0 elsif ($i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx) { }
1294 0 0 unless ($char[$i - 1] =~ /\A [\x00-\xFF] \z/mosx)
1400 0 0 if (@chars1)
1403 0 0 if (exists $range_tr{'1'})
1417 0 0 if (@chars2)
1420 0 0 if (exists $range_tr{'2'})
1436 0 0 if (@chars3)
1439 0 0 if (exists $range_tr{'3'})
1457 0 0 if (@chars4)
1460 0 0 if (exists $range_tr{'4'})
1487 0 0 if (/\G (\\0?55|\\x2[Dd]|\\-) /cgmosx) { }
0 0 elsif (/\G \\ ([0-7]{2,3}) /cgmosx) { }
0 0 elsif (/\G \\x ([0-9A-Fa-f]{1,2}) /cgmosx) { }
0 0 elsif (/\G \\c ([\x40-\x5F]) /cgmosx) { }
0 0 elsif (/\G (\\ [0nrtfbae]) /cgmosx) { }
0 0 elsif (/\G \\ ($Egb18030::q_char) /cgmosx) { }
0 0 elsif (/\G ($Egb18030::q_char) /cgmosx) { }
1525 0 0 if ($char[$i] eq '\\-') { }
0 0 elsif ($char[$i] eq '-') { }
1529 0 0 if (0 < $i and $i < $#char)
1540 0 0 if (length $char[$i - 1] > length $char[$i + 1] or $char[$i - 1] gt $char[$i + 1])
1545 0 0 if (length $char[$i - 1] == 1) { }
0 0 elsif (length $char[$i - 1] == 2) { }
0 0 elsif (length $char[$i - 1] == 3) { }
0 0 elsif (length $char[$i - 1] == 4) { }
1546 0 0 if (length $char[$i + 1] == 1) { }
0 0 elsif (length $char[$i + 1] == 2) { }
0 0 elsif (length $char[$i + 1] == 3) { }
0 0 elsif (length $char[$i + 1] == 4) { }
1547 0 0 if $char[$i - 1] le $_
1569 0 0 if (length $char[$i + 1] == 2) { }
0 0 elsif (length $char[$i + 1] == 3) { }
0 0 elsif (length $char[$i + 1] == 4) { }
1570 0 0 if $char[$i - 1] le $_
1586 0 0 if (length $char[$i + 1] == 3) { }
0 0 elsif (length $char[$i + 1] == 4) { }
1587 0 0 if $char[$i - 1] le $_
1598 0 0 if (length $char[$i + 1] == 4) { }
1599 0 0 if $char[$i - 1] le $_
1619 0 604 if (scalar @_ == 0) { }
302 302 elsif (scalar @_ == 1) { }
302 0 elsif (scalar @_ == 2) { }
1626 0 302 if ($_[0] > $_[1]) { }
0 302 elsif ($_[0] == $_[1]) { }
0 302 elsif ($_[0] + 1 == $_[1]) { }
1650 414 262 if ($length == 1) { }
262 0 elsif ($length == 2) { }
0 0 elsif ($length == 3) { }
0 0 elsif ($length == 4) { }
1654 0 414 if ($a1 > $z1)
1658 20 394 if ($a1 == $z1) { }
0 394 elsif ($a1 + 1 == $z1) { }
1674 222 40 if ($a1 == $z1) { }
40 0 elsif ($a1 + 1 == $z1) { }
1705 0 0 if ($a1 == $z1) { }
0 0 elsif ($a1 + 1 == $z1) { }
1706 0 0 if ($a2 == $z2) { }
0 0 elsif ($a2 + 1 == $z2) { }
1759 0 0 if ($a1 == $z1) { }
0 0 elsif ($a1 + 1 == $z1) { }
1760 0 0 if ($a2 == $z2) { }
0 0 elsif ($a2 + 1 == $z2) { }
1761 0 0 if ($a3 == $z3) { }
0 0 elsif ($a3 + 1 == $z3) { }
1846 0 525 unless (exists $range_tr{$length})
1863 0 1050 if ($max lt $first) { }
20 1030 elsif ($min le $first and $first le $max and $max le $last) { }
0 1030 elsif ($min eq $first and $max eq $last) { }
20 1010 elsif ($first le $min and $max le $last) { }
596 414 elsif ($min le $first and $last le $max) { }
40 374 elsif ($first le $min and $min le $last and $last le $max) { }
374 0 elsif ($last lt $min) { }
1934 264 502 $modifier =~ /i/mosx ? :
1940 530 2142 if ($char[$i] eq '-') { }
0 2142 elsif ($char[$i] =~ /\A \\o \{ ([0-7]+) \} \z/mosx) { }
0 2142 elsif ($char[$i] =~ /\A \\x \{ ([0-9A-Fa-f]+) \} \z/mosx) { }
0 2142 elsif ($char[$i] =~ /\A \\ ([bBNpP]) ( \{ ([^\x81-\xFE0-9\}][^\x81-\xFE\}]*) \} ) \z/mosx) { }
0 2142 elsif ($char[$i] =~ /\A \\ ( [pPX] ) \z/mosx) { }
0 2142 elsif ($char[$i] =~ /\A \\ ([0-7]{2,3}) \z/mosx) { }
206 1936 elsif ($char[$i] =~ /\A \\x ([0-9A-Fa-f]{1,2}) \z/mosx) { }
0 1936 elsif ($char[$i] =~ /\A \\c ([\x40-\x5F]) \z/mosx) { }
33 1903 elsif ($char[$i] =~ /\A (\\ [0nrtfbaedswDSWHVhvR]) \z/mosx) { }
8 1895 elsif ($ignorecase and $char[$i] =~ /\A ( \[\: \^? (?:lower|upper) :\] ) \z/mosx) { }
70 1825 elsif ($char[$i] =~ /\A ( \[\: \^? (?:alnum|alpha|ascii|blank|cntrl|digit|graph|lower|print|punct|space|upper|word|xdigit) :\] ) \z/mosx) { }
7 1818 elsif ($char[$i] =~ /\A \\ ($Egb18030::q_char) \z/mosx) { }
1941 505 25 if (0 < $i and $i < $#char)
2083 505 1662 if (defined $char[$i + 1] and $char[$i + 1] eq '...') { }
505 1157 elsif ($char[$i] eq '...') { }
764 393 elsif ($char[$i] =~ /\A [\x00-\xFF] \z/mosx) { }
0 393 elsif ($char[$i] =~ /\A (?: \\h ) \z/mosx) { }
0 393 elsif ($char[$i] =~ /\A (?: \\v ) \z/mosx) { }
2 391 elsif ($char[$i] =~ /\A (?: \\d | \\s | \\w ) \z/mosx) { }
2092 0 505 if (length $char[$i - 1] > length $char[$i + 1]) { }
485 20 elsif (length $char[$i - 1] == length $char[$i + 1]) { }
2096 0 485 if ($char[$i - 1] gt $char[$i + 1])
2106 485 40 if ($length == length $char[$i - 1] and $length == length $char[$i + 1]) { }
20 20 elsif ($length == length $char[$i - 1]) { }
0 20 elsif (length $char[$i - 1] < $length and $length < length $char[$i + 1]) { }
20 0 elsif ($length == length $char[$i + 1]) { }
2129 394 131 if ($length == 1) { }
2142 192 572 if ($modifier =~ /i/mosx) { }
2145 192 0 if ($uc ne $fc) { }
2146 192 0 if (length $fc == 1) { }
2187 0 1372 if ($_ eq '...') { }
8 1364 elsif (/\A \n \z/mosx) { }
8 1356 elsif (/\A \r \z/mosx) { }
1 1355 elsif (/\A ([\x00-\x20\x7F-\xFF]) \z/mosx) { }
939 416 elsif (/\A [\x00-\xFF] \z/mosx) { }
2204 307 386 if (/\A ([\x80-\xFF].*) ([\x00-\xFF]) \z/mosx)
2278 392 135 if (scalar @singleoctet >= 1)
2281 107 285 if ($modifier =~ /i/mosx)
2289 457 589 if ($uc eq $fc) { }
2293 589 0 if (length $fc == 1) { }
2304 192 80 if ($_ ne '')
2311 1577 25815 if (exists $singleoctet_ignorecase{$ord}) { }
2320 214 11198 if (ref $range)
2321 5 209 if (scalar @{$range;} == 1) { }
0 209 elsif (scalar @{$range;} == 2) { }
2339 131 396 if (scalar @multipleoctet >= 2) { }
2360 128 111 if ($modifier =~ /i/mosx)
2368 457 589 if ($uc eq $fc) { }
2372 589 0 if (length $fc == 1) { }
2383 192 80 if ($_ ne '')
2390 1577 31191 if (exists $singleoctet_ignorecase{$ord}) { }
2399 214 11198 if (ref $range)
2400 5 209 if (scalar @{$range;} == 1) { }
0 209 elsif (scalar @{$range;} == 2) { }
2414 114 125 if (scalar @multipleoctet >= 1) { }
2415 70 44 if (scalar @singleoctet >= 1) { }
2427 125 0 if (scalar @singleoctet >= 1) { }
2545 0 0 @_ ? :
2547 0 0 if ($c == 0) { }
2567 0 0 if ($c == 0) { }
2588 0 0 unless (eval "Egb18030::$filetest(\$file)")
2592 0 0 unless (eval " $filetest _ ")
2604 0 0 if @_
2605 0 0 if @_ and not wantarray
2607 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
2608 0 0 wantarray ? :
2622 0 0 wantarray ? :
2625 0 0 wantarray ? :
2628 0 0 if (-d "$_/.") { }
2629 0 0 wantarray ? :
2638 0 0 if (_open_r($fh, $_))
2641 0 0 wantarray ? :
2645 0 0 wantarray ? :
2653 0 0 if @_
2654 0 0 if @_ and not wantarray
2656 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
2657 0 0 wantarray ? :
2660 0 0 wantarray ? :
2663 0 0 wantarray ? :
2666 0 0 if (-d "$_/.") { }
2667 0 0 wantarray ? :
2671 0 0 if (_open_a($fh, $_))
2674 0 0 wantarray ? :
2678 0 0 wantarray ? :
2686 0 0 if @_
2687 0 0 if @_ and not wantarray
2689 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
2690 0 0 wantarray ? :
2693 0 0 wantarray ? :
2696 0 0 wantarray ? :
2699 0 0 if (-d "$_/.") { }
2700 0 0 wantarray ? :
2704 0 0 if (_open_r($fh, $_))
2710 0 0 wantarray ? :
2713 0 0 wantarray ? :
2721 0 0 if @_
2722 0 0 if @_ and not wantarray
2724 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
2725 0 0 wantarray ? :
2728 0 0 wantarray ? :
2731 0 0 wantarray ? :
2734 0 0 if (-d "$_/.") { }
2735 0 0 wantarray ? :
2739 0 0 if (_open_r($fh, $_))
2742 0 0 wantarray ? :
2746 0 0 wantarray ? :
2754 0 0 if @_
2755 0 0 if @_ and not wantarray
2757 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
2758 0 0 wantarray ? :
2761 0 0 wantarray ? :
2764 0 0 wantarray ? :
2767 0 0 if (-d "$_/.") { }
2768 0 0 wantarray ? :
2772 0 0 if (_open_r($fh, $_))
2775 0 0 wantarray ? :
2779 0 0 wantarray ? :
2787 0 0 if @_
2788 0 0 if @_ and not wantarray
2790 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
2791 0 0 wantarray ? :
2794 0 0 wantarray ? :
2797 0 0 wantarray ? :
2800 0 0 if (-d "$_/.") { }
2801 0 0 wantarray ? :
2805 0 0 if (_open_a($fh, $_))
2808 0 0 wantarray ? :
2812 0 0 wantarray ? :
2820 0 0 if @_
2821 0 0 if @_ and not wantarray
2823 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
2824 0 0 wantarray ? :
2827 0 0 wantarray ? :
2830 0 0 wantarray ? :
2833 0 0 if (-d "$_/.") { }
2834 0 0 wantarray ? :
2838 0 0 if (_open_r($fh, $_))
2844 0 0 wantarray ? :
2847 0 0 wantarray ? :
2855 0 0 if @_
2856 0 0 if @_ and not wantarray
2858 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
2859 0 0 wantarray ? :
2862 0 0 wantarray ? :
2865 0 0 wantarray ? :
2868 0 0 if (-d "$_/.") { }
2869 0 0 wantarray ? :
2873 0 0 if (_open_r($fh, $_))
2876 0 0 wantarray ? :
2880 0 0 wantarray ? :
2888 768 0 if @_
2889 0 768 if @_ and not wantarray
2894 0 768 if ($_ eq '_') { }
0 768 elsif (defined &Egb18030::telldir($fh)) { }
0 768 elsif (defined fileno $fh) { }
0 768 elsif (-e $_) { }
0 768 elsif (_MSWin32_5Cended_path($_)) { }
2895 0 0 wantarray ? :
2900 0 0 wantarray ? :
2905 0 0 wantarray ? :
2909 0 0 wantarray ? :
2912 0 0 if (-d "$_/.") { }
2913 0 0 wantarray ? :
2917 0 0 if (_open_r($fh, $_))
2920 0 0 wantarray ? :
2924 0 768 wantarray ? :
2932 0 0 if @_
2933 0 0 if @_ and not wantarray
2935 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
2936 0 0 wantarray ? :
2939 0 0 wantarray ? :
2942 0 0 wantarray ? :
2945 0 0 if (-d "$_/.") { }
2946 0 0 wantarray ? :
2950 0 0 if (_open_r($fh, $_))
2953 0 0 wantarray ? :
2957 0 0 wantarray ? :
2965 0 0 if @_
2966 0 0 if @_ and not wantarray
2968 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
2969 0 0 wantarray ? :
2972 0 0 wantarray ? :
2975 0 0 wantarray ? :
2978 0 0 if (-d "$_/.") { }
2979 0 0 wantarray ? :
2983 0 0 if (_open_r($fh, $_))
2986 0 0 wantarray ? :
2990 0 0 wantarray ? :
2998 0 0 if @_
2999 0 0 if @_ and not wantarray
3001 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3002 0 0 wantarray ? :
3005 0 0 wantarray ? :
3008 0 0 wantarray ? :
3011 0 0 if (-d "$_/.") { }
3012 0 0 wantarray ? :
3016 0 0 if (_open_r($fh, $_))
3019 0 0 wantarray ? :
3023 0 0 wantarray ? :
3031 0 0 if @_
3032 0 0 if @_ and not wantarray
3034 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3035 0 0 wantarray ? :
3040 0 0 wantarray ? :
3043 0 0 wantarray ? :
3046 0 0 wantarray ? :
3048 0 0 wantarray ? :
3056 0 0 if @_
3057 0 0 if @_ and not wantarray
3059 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3060 0 0 wantarray ? :
3063 0 0 wantarray ? :
3066 0 0 wantarray ? :
3069 0 0 if (-d "$_/.") { }
3070 0 0 wantarray ? :
3074 0 0 if (_open_r($fh, $_))
3077 0 0 wantarray ? :
3081 0 0 wantarray ? :
3089 0 0 if @_
3090 0 0 if @_ and not wantarray
3092 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3093 0 0 wantarray ? :
3096 0 0 wantarray ? :
3099 0 0 wantarray ? :
3102 0 0 if (-d "$_/.") { }
3103 0 0 wantarray ? :
3107 0 0 if (_open_r($fh, $_))
3110 0 0 wantarray ? :
3114 0 0 wantarray ? :
3122 0 0 if @_
3123 0 0 if @_ and not wantarray
3125 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3126 0 0 wantarray ? :
3129 0 0 wantarray ? :
3132 0 0 wantarray ? :
3135 0 0 if (-d "$_/.") { }
3136 0 0 wantarray ? :
3140 0 0 if (_open_r($fh, $_))
3143 0 0 wantarray ? :
3147 0 0 wantarray ? :
3155 0 0 if @_
3156 0 0 if @_ and not wantarray
3158 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3159 0 0 wantarray ? :
3162 0 0 wantarray ? :
3165 0 0 wantarray ? :
3168 0 0 if (-d "$_/.") { }
3169 0 0 wantarray ? :
3173 0 0 if (_open_r($fh, $_))
3176 0 0 wantarray ? :
3180 0 0 wantarray ? :
3188 0 0 if @_
3189 0 0 if @_ and not wantarray
3191 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3192 0 0 wantarray ? :
3195 0 0 wantarray ? :
3198 0 0 wantarray ? :
3201 0 0 if (-d "$_/.") { }
3202 0 0 wantarray ? :
3206 0 0 if (_open_r($fh, $_))
3209 0 0 wantarray ? :
3213 0 0 wantarray ? :
3221 0 0 if @_
3222 0 0 if @_ and not wantarray
3224 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3225 0 0 wantarray ? :
3228 0 0 wantarray ? :
3231 0 0 wantarray ? :
3234 0 0 if (-d "$_/.") { }
3235 0 0 wantarray ? :
3239 0 0 if (_open_r($fh, $_))
3242 0 0 wantarray ? :
3246 0 0 wantarray ? :
3254 0 0 if @_
3255 0 0 if @_ and not wantarray
3257 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3258 0 0 wantarray ? :
3261 0 0 wantarray ? :
3264 0 0 wantarray ? :
3267 0 0 if (-d "$_/.") { }
3268 0 0 wantarray ? :
3272 0 0 if (_open_r($fh, $_))
3275 0 0 wantarray ? :
3279 0 0 wantarray ? :
3287 0 0 if @_
3288 0 0 if @_ and not wantarray
3290 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif ($] =~ /^5\.008/mosx) { }
3291 0 0 wantarray ? :
3294 0 0 wantarray ? :
3297 0 0 wantarray ? :
3299 0 0 wantarray ? :
3307 0 0 if @_
3314 0 0 if (@_ and not wantarray)
3321 0 0 if (defined fileno $fh) { }
3323 0 0 if (defined &Egb18030::telldir($fh))
3324 0 0 wantarray ? :
3339 0 0 if (sysread $fh, my $block, 512) { }
3345 0 0 if ($block =~ /[\000\377]/mosx) { }
0 0 elsif (Deparse error: Can't locate object method "unctrl" via package " " (perhaps you forgot to load " "?) at /usr/local/lib/perl5/5.26.1/B/Deparse.pm line 5203. * 10 > length $block) { }
3362 0 0 if (-d $_ or -d "$_/.")
3363 0 0 wantarray ? :
3367 0 0 if (_open_r($fh, $_)) { }
3370 0 0 wantarray ? :
3372 0 0 if (sysread $fh, my $block, 512) { }
3373 0 0 if ($block =~ /[\000\377]/mosx) { }
0 0 elsif (Deparse error: Can't locate object method "unctrl" via package " " (perhaps you forgot to load " "?) at /usr/local/lib/perl5/5.26.1/B/Deparse.pm line 5203. * 10 > length $block) { }
3389 0 0 wantarray ? :
3397 0 0 if @_
3398 0 0 if @_ and not wantarray
3402 0 0 if (defined fileno $fh) { }
3404 0 0 if (defined &Egb18030::telldir($fh))
3405 0 0 wantarray ? :
3410 0 0 if (sysread $fh, my $block, 512) { }
3411 0 0 if ($block =~ /[\000\377]/mosx) { }
0 0 elsif (Deparse error: Can't locate object method "unctrl" via package " " (perhaps you forgot to load " "?) at /usr/local/lib/perl5/5.26.1/B/Deparse.pm line 5203. * 10 > length $block) { }
3428 0 0 if (-d $_ or -d "$_/.")
3429 0 0 wantarray ? :
3433 0 0 if (_open_r($fh, $_)) { }
3436 0 0 wantarray ? :
3438 0 0 if (sysread $fh, my $block, 512) { }
3439 0 0 if ($block =~ /[\000\377]/mosx) { }
0 0 elsif (Deparse error: Can't locate object method "unctrl" via package " " (perhaps you forgot to load " "?) at /usr/local/lib/perl5/5.26.1/B/Deparse.pm line 5203. * 10 > length $block) { }
3455 0 0 wantarray ? :
3463 0 0 if @_
3464 0 0 if @_ and not wantarray
3466 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3467 0 0 wantarray ? :
3470 0 0 wantarray ? :
3473 0 0 wantarray ? :
3476 0 0 if (-d "$_/.") { }
3477 0 0 wantarray ? :
3481 0 0 if (_open_r($fh, $_))
3485 0 0 wantarray ? :
3489 0 0 wantarray ? :
3497 0 0 if @_
3498 0 0 if @_ and not wantarray
3500 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3501 0 0 wantarray ? :
3504 0 0 wantarray ? :
3507 0 0 wantarray ? :
3510 0 0 if (-d "$_/.") { }
3511 0 0 wantarray ? :
3515 0 0 if (_open_r($fh, $_))
3519 0 0 wantarray ? :
3523 0 0 wantarray ? :
3531 0 0 if @_
3532 0 0 if @_ and not wantarray
3534 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3535 0 0 wantarray ? :
3538 0 0 wantarray ? :
3541 0 0 wantarray ? :
3544 0 0 if (-d "$_/.") { }
3545 0 0 wantarray ? :
3549 0 0 if (_open_r($fh, $_))
3553 0 0 wantarray ? :
3557 0 0 wantarray ? :
3567 0 0 unless (eval "Egb18030::${filetest}_")
3571 0 0 unless (eval " $filetest _ ")
3583 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3584 0 0 -r _ ? :
3587 0 0 if (-d "$_/.") { }
3588 0 0 -r _ ? :
3592 0 0 if (_open_r($fh, $_))
3595 0 0 $r ? :
3650 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3651 0 0 -w _ ? :
3654 0 0 if (-d "$_/.") { }
3655 0 0 -w _ ? :
3659 0 0 if (_open_a($fh, $_))
3662 0 0 $w ? :
3674 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3675 0 0 -x _ ? :
3678 0 0 if (-d "$_/.") { }
3679 0 0 -x _ ? :
3683 0 0 if (_open_r($fh, $_))
3700 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3701 0 0 -O _ ? :
3704 0 0 if (-d "$_/.") { }
3705 0 0 -O _ ? :
3709 0 0 if (_open_r($fh, $_))
3712 0 0 $o ? :
3724 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3725 0 0 -R _ ? :
3728 0 0 if (-d "$_/.") { }
3729 0 0 -R _ ? :
3733 0 0 if (_open_r($fh, $_))
3736 0 0 $R ? :
3748 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3749 0 0 -W _ ? :
3752 0 0 if (-d "$_/.") { }
3753 0 0 -W _ ? :
3757 0 0 if (_open_a($fh, $_))
3760 0 0 $W ? :
3772 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3773 0 0 -X _ ? :
3776 0 0 if (-d "$_/.") { }
3777 0 0 -X _ ? :
3781 0 0 if (_open_r($fh, $_))
3798 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3799 0 0 -o _ ? :
3802 0 0 if (-d "$_/.") { }
3803 0 0 -o _ ? :
3807 0 0 if (_open_r($fh, $_))
3810 0 0 $O ? :
3822 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3826 0 0 if (-d "$_/.") { }
3831 0 0 if (_open_r($fh, $_))
3834 0 0 $e ? :
3846 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3847 0 0 -z _ ? :
3850 0 0 if (-d "$_/.") { }
3851 0 0 -z _ ? :
3855 0 0 if (_open_r($fh, $_))
3858 0 0 $z ? :
3870 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3874 0 0 if (-d "$_/.") { }
3879 0 0 if (_open_r($fh, $_))
3894 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3895 0 0 -f _ ? :
3898 0 0 if (-d "$_/.") { }
3903 0 0 if (_open_r($fh, $_))
3906 0 0 $f ? :
3918 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3919 0 0 -d _ ? :
3922 0 0 -d "$_/." ? :
3932 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3933 0 0 -l _ ? :
3936 0 0 if (-d "$_/.") { }
3937 0 0 -l _ ? :
3941 0 0 if (_open_r($fh, $_))
3944 0 0 $l ? :
3956 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3957 0 0 -p _ ? :
3960 0 0 if (-d "$_/.") { }
3961 0 0 -p _ ? :
3965 0 0 if (_open_r($fh, $_))
3968 0 0 $p ? :
3980 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3981 0 0 -S _ ? :
3984 0 0 if (-d "$_/.") { }
3985 0 0 -S _ ? :
3989 0 0 if (_open_r($fh, $_))
3992 0 0 $S ? :
4004 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4005 0 0 -b _ ? :
4008 0 0 if (-d "$_/.") { }
4009 0 0 -b _ ? :
4013 0 0 if (_open_r($fh, $_))
4016 0 0 $b ? :
4028 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4029 0 0 -c _ ? :
4032 0 0 if (-d "$_/.") { }
4033 0 0 -c _ ? :
4037 0 0 if (_open_r($fh, $_))
4040 0 0 $c ? :
4052 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4053 0 0 -u _ ? :
4056 0 0 if (-d "$_/.") { }
4057 0 0 -u _ ? :
4061 0 0 if (_open_r($fh, $_))
4064 0 0 $u ? :
4076 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4077 0 0 -g _ ? :
4080 0 0 if (-d "$_/.") { }
4081 0 0 -g _ ? :
4085 0 0 if (_open_r($fh, $_))
4088 0 0 $g ? :
4100 0 0 if ($] =~ /^5\.008/mosx)
4101 0 0 wantarray ? :
4103 0 0 wantarray ? :
4113 0 0 if (-d $_ or -d "$_/.")
4117 0 0 if (_open_r($fh, $_)) { }
4123 0 0 if (sysread $fh, my $block, 512) { }
4124 0 0 if ($block =~ /[\000\377]/mosx) { }
0 0 elsif (Deparse error: Can't locate object method "unctrl" via package " " (perhaps you forgot to load " "?) at /usr/local/lib/perl5/5.26.1/B/Deparse.pm line 5203. * 10 > length $block) { }
4149 0 0 if (-d $_ or -d "$_/.")
4153 0 0 if (_open_r($fh, $_)) { }
4159 0 0 if (sysread $fh, my $block, 512) { }
4160 0 0 if ($block =~ /[\000\377]/mosx) { }
0 0 elsif (Deparse error: Can't locate object method "unctrl" via package " " (perhaps you forgot to load " "?) at /usr/local/lib/perl5/5.26.1/B/Deparse.pm line 5203. * 10 > length $block) { }
4183 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4187 0 0 if (-d "$_/.") { }
4192 0 0 if (_open_r($fh, $_))
4208 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4212 0 0 if (-d "$_/.") { }
4217 0 0 if (_open_r($fh, $_))
4233 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4237 0 0 if (-d "$_/.") { }
4242 0 0 if (_open_r($fh, $_))
4258 0 0 if (wantarray) { }
4277 0 0 if (wantarray) { }
4305 0 0 unless defined $expr
4316 0 0 if ($^O =~ /\A (?: MSWin32 | NetWare | symbian | dos ) \z/mosx) { }
4322 0 0 $1 ? :
4326 0 0 unless defined $cxix
4327 0 0 unless exists $iter{$cxix}
4330 0 0 if ($iter{$cxix} == 0)
4335 0 0 if (wantarray) { }
4340 0 0 if ($iter{$cxix} = scalar @{$entries{$cxix};}) { }
4363 0 0 unless defined $expr
4364 0 0 if $expr eq ''
4373 0 0 if ($expr =~ /\A " ((?:$Egb18030::q_char)*?) " \z/mosx)
4375 0 0 if ($cond eq 'd') { }
4376 0 0 if (&d($expr))
4381 0 0 if (&e($expr))
4390 0 0 if ($^O =~ /\A (?: MSWin32 | NetWare | symbian | dos ) \z/mosx)
4391 0 0 if ($expr =~ s( \A ((?:[A-Za-z]:)?) ([^\x81-\xFE/\\]|[\x81-\xFE][^\x30-\x39]|[\x81-\xFE][\x30-\x39][\x81-\xFE][\x00-\xFF]) )[$1./$2]mosx)
4396 0 0 if (($head, $tail) = _parse_path($expr, $pathsep))
4397 0 0 if ($tail eq '')
4401 0 0 if ($head =~ / \A (?:$Egb18030::q_char)*? [*?] /mosx)
4402 0 0 if (@globdir = _do_glob('d', $head))
4407 0 0 if ($head eq '' or $head =~ /\A [A-Za-z]: \z/mosx)
4414 0 0 unless ($expr =~ / \A (?:$Egb18030::q_char)*? [*?] /mosx)
4415 0 0 if ($head eq '.')
4418 0 0 if ($head ne '' and ($head =~ / \G ($Egb18030::q_char) /gmosx)[-1] ne $pathsep)
4422 0 0 if ($cond eq 'd') { }
4423 0 0 if (&d($head))
4428 0 0 if (&e($head))
4434 0 0 unless &Egb18030::opendir(\*DIR, $head)
4438 0 0 if ($head eq '.')
4441 0 0 if ($head ne '' and ($head =~ / \G ($Egb18030::q_char) /gmosx)[-1] ne $pathsep)
4454 0 0 if ($char eq '*') { }
0 0 elsif ($char eq '?') { }
0 0 elsif ((my $fc = &fc($char)) ne $char) { }
4477 0 0 if ($leaf eq '.' or $leaf eq '..')
4480 0 0 if ($cond eq 'd' and not &d("$head$leaf"))
4484 0 0 if (&$matchsub($leaf))
4492 0 0 if (&Egb18030::index($leaf, '.') == -1 and length $leaf <= 8 and &Egb18030::index($pattern, '\\.') != -1)
4496 0 0 if (&$matchsub("$leaf."))
4502 0 0 if (@matched)
4506 0 0 if ($fix_drive_relative_paths)
4528 0 0 defined $1 ? :
4562 0 0 if (exists $ENV{'HOME'} and $ENV{'HOME'}) { }
0 0 elsif (exists $ENV{'USERPROFILE'} and $ENV{'USERPROFILE'}) { }
0 0 elsif (exists $ENV{'HOMEDRIVE'} and exists $ENV{'HOMEPATH'} and $ENV{'HOMEDRIVE'} and $ENV{'HOMEPATH'}) { }
4585 0 0 if (exists $ENV{'HOME'} and defined $ENV{'HOME'}) { }
0 0 elsif (exists $ENV{'LOGDIR'} and $ENV{'LOGDIR'}) { }
4604 0 0 if (defined $home and not &d($home))
4615 0 0 if @_
4617 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4627 0 0 if (open MUST_BE_BAREWORD_AT_HERE, $_)
4628 0 0 if (wantarray) { }
4640 0 0 wantarray ? :
4648 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4653 0 0 if (open MUST_BE_BAREWORD_AT_HERE, $_)
4654 0 0 if (wantarray) { }
4666 0 0 wantarray ? :
4675 0 0 if (CORE::opendir $dh, $_[1]) { }
0 0 elsif (_MSWin32_5Cended_path($_[1])) { }
4679 0 0 if (CORE::opendir $dh, "$_[1]/.")
4691 384 0 if @_
4694 0 384 if (defined fileno $fh) { }
384 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4707 0 0 if (open MUST_BE_BAREWORD_AT_HERE, $_)
4708 0 0 if (wantarray) { }
4720 0 0 wantarray ? :
4729 0 0 if (defined fileno $fh) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4737 0 0 if (open MUST_BE_BAREWORD_AT_HERE, $_)
4738 0 0 if (wantarray) { }
4750 0 0 wantarray ? :
4758 0 0 unless @_
4762 0 0 if (CORE::unlink $_) { }
0 0 elsif (&d($_)) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4769 0 0 unless {'/', '\\'}->{$_}
4770 0 0 if ($file =~ / \A (?:$Egb18030::q_char)*? [ ] /mosx)
4774 0 0 if (_open_r($fh, $_))
4778 0 0 if (defined $ENV{'OS'} and $ENV{'OS'} eq 'Windows_NT') { }
0 0 elsif (`ver` =~ /\b(?:Windows 2000)\b/mos) { }
4794 0 0 if (_open_r($fh, $_)) { }
4811 0 0 if (@_ == 0)
4817 0 0 if (_MSWin32_5Cended_path($dir)) { }
4818 0 0 unless (&d($dir))
4822 0 0 if ($] =~ /^5\.005/mosx) { }
0 0 elsif ($] =~ /^(?:5\.006|5\.008000)/mosx and $^O eq 'MSWin32') { }
4841 0 0 unless ($@)
4981 0 0 if ($char eq '\\' or $char eq '/') { }
4990 0 0 if ($subdir[-1] eq '\\' or $subdir[-1] eq '/')
5004 0 0 if (`ver` =~ /\b(?:Windows NT|Windows 2000)\b/mos) { }
0 0 elsif (defined $ENV{'OS'} and $ENV{'OS'} eq 'Windows_NT') { }
5007 0 0 if (&fc(substr($dirx, -length($subdir[-1]), length $subdir[-1])) eq &fc($subdir[-1]))
5027 0 0 if (&fc(substr($dirx, -length($subdir[-1]), length $subdir[-1])) eq &fc($subdir[-1]))
5042 0 0 if (&fc(substr($dirx, -length($subdir[-1]), length $subdir[-1])) eq &fc($subdir[-1]))
5054 0 0 if ($shortdir eq '') { }
0 0 elsif (&fc($shortdir) eq &fc($dir)) { }
5072 768 0 if (@_ >= 1 and $_[0] ne '')
5073 0 768 if ($^O =~ /\A (?: MSWin32 | NetWare | symbian | dos ) \z/mosx)
5075 0 0 if ($char[-1] =~ / \x5C \z/mosx)
5095 0 0 if ($^O eq 'MacOS') { }
5102 0 0 if (&f($realfilename))
5106 0 0 if (&e("$realfilename.e"))
5110 0 0 if ($e_mtime < $mtime or $mtime < $module_mtime)
5115 0 0 if (&e("$realfilename.e")) { }
5117 0 0 if (_open_r($fh, "$realfilename.e"))
5118 0 0 if ($^O eq 'MacOS') { }
0 0 elsif (exists $ENV{'CHAR_NONBLOCK'}) { }
5137 0 0 if ($@)
5146 0 0 if ($^O eq 'MacOS')
5157 0 0 if (_open_r($fh, $realfilename))
5158 0 0 if ($^O eq 'MacOS') { }
0 0 elsif (exists $ENV{'CHAR_NONBLOCK'}) { }
5166 0 0 if ($@)
5175 0 0 if ($^O eq 'MacOS')
5184 0 0 if ($script =~ /^ (?>\s*) use (?>\s+) GB18030 (?>\s*) ([^\x81-\xFE;]*) ; (?>\s*) \n? $/mosx)
5188 0 0 unless open $fh, ">$realfilename.e"
5189 0 0 if ($^O eq 'MacOS') { }
0 0 elsif (exists $ENV{'CHAR_NONBLOCK'}) { }
5197 0 0 if ($@)
5205 0 0 unless seek $fh, 0, 0
5207 0 0 if ($^O eq 'MacOS')
5226 0 0 if ($@) { }
0 0 elsif (not $result) { }
5304 0 0 if @_
5306 0 0 if (exists $INC{$_})
5307 0 0 if $INC{$_}
5317 0 0 if (/ \b (?: jcode\.pl | jacode(?>[0-9]*)\.pl ) \z /mosx)
5326 0 0 if ($^O eq 'MacOS') { }
5333 0 0 if (&f($realfilename))
5338 0 0 if (&e("$realfilename.e"))
5342 0 0 if ($e_mtime < $mtime or $mtime < $module_mtime)
5347 0 0 if (&e("$realfilename.e")) { }
5349 0 0 unless _open_r($fh, "$realfilename.e")
5350 0 0 if ($^O eq 'MacOS') { }
0 0 elsif (exists $ENV{'CHAR_NONBLOCK'}) { }
5358 0 0 if ($@)
5367 0 0 if ($^O eq 'MacOS')
5373 0 0 unless close $fh
5377 0 0 unless _open_r($fh, $realfilename)
5378 0 0 if ($^O eq 'MacOS') { }
0 0 elsif (exists $ENV{'CHAR_NONBLOCK'}) { }
5386 0 0 if ($@)
5395 0 0 if ($^O eq 'MacOS')
5401 0 0 unless close $fh
5403 0 0 if ($script =~ /^ (?>\s*) use (?>\s+) GB18030 (?>\s*) ([^\x81-\xFE;]*) ; (?>\s*) \n? $/mosx)
5407 0 0 unless open $fh, ">$realfilename.e"
5408 0 0 if ($^O eq 'MacOS') { }
0 0 elsif (exists $ENV{'CHAR_NONBLOCK'}) { }
5416 0 0 if ($@)
5424 0 0 unless seek $fh, 0, 0
5426 0 0 if ($^O eq 'MacOS')
5432 0 0 unless close $fh
5446 0 0 if ($@) { }
0 0 elsif (not $result) { }
5473 0 0 if (defined $&) { }
5474 0 0 if (defined $1 and substr($&, -length($1), length $1) eq $1) { }
5491 0 0 if (defined $&) { }
5492 0 0 if (defined $1) { }
5517 0 0 if @_
5519 0 0 if (/\A ($Egb18030::q_char) /mosx) { }
5537 0 0 if (/\A ($Egb18030::q_char) /mosx) { }
5555 0 0 if (wantarray) { }
5575 0 0 @_ ? :
5576 0 0 if @_ and not wantarray
5582 0 0 if (exists $range_tr{length $getc})
5583 0 0 if ($getc =~ /\A $Egb18030::dot_s \z/mosx)
5584 0 0 wantarray ? :
5588 0 0 wantarray ? :
5596 0 0 if @_
5619 389 0 $] >= 5.014 ? :
0 0 if ($offset > scalar @char or $offset < -1 * scalar(@char))
0 0 if ($offset == 0) { }
0 0 elsif ($offset > 0) { }
0 0 if ($length == 0) { }
0 0 elsif ($length > 0) { }
0 0 if ($offset == 0) { }
0 0 elsif ($offset > 0) { }
0 0 if (@_ == 4) { }
0 0 elsif (@_ == 3) { }
5699 0 0 if (@_ == 3) { }
5706 0 0 if ($index == -1) { }
5720 0 0 if (@_ == 3) { }
5727 0 0 if ($rindex == -1) { }
5881 0 384 if @_
5942 31714 157965 if (/\G ( \n ) /cgox) { }
43291 114674 elsif (/\G ((?>\s+)|\#.*) /cgox) { }
3802 110872 elsif (/\G ( (?: if | elsif | unless | while | until | given | when ) (?>\s*) \( ) /cgox) { }
187 110685 elsif (/\G ( \( (?>\s*) (?: local \b | my \b | our \b | state \b )? (?>\s*) \$ $qq_scalar ) /cgox) { }
4 110681 elsif (/\G ( \$` | \$\{`\} | \$ (?>\s*) PREMATCH \b | \$ (?>\s*) \{ (?>\s*) PREMATCH (?>\s*) \} | \$ (?>\s*) \{\^PREMATCH\} ) /cgmosx) { }
28 110653 elsif (/\G ( \$& | \$\{&\} | \$ (?>\s*) MATCH \b | \$ (?>\s*) \{ (?>\s*) MATCH (?>\s*) \} | \$ (?>\s*) \{\^MATCH\} ) /cgmosx) { }
1 110652 elsif (/\G ( \$' | \$\{'\} ) /cgmosx) { }
3 110649 elsif (/\G ( \$ (?>\s*) POSTMATCH \b | \$ (?>\s*) \{ (?>\s*) POSTMATCH (?>\s*) \} | \$ (?>\s*) \{\^POSTMATCH\} ) /cgmosx) { }
3043 107606 elsif (/\G ( \$ $qq_scalar | $qq_substr ) /cgox) { }
12417 95189 elsif (/\G ( [,;] ) /cgox) { }
0 95189 elsif (/\G ( \{ (?>\s*) (?: tr | index | rindex | reverse ) (?>\s*) \} ) /cgmosx) { }
2 95187 elsif (/\G ( \$ 0 ) /cgmosx) { }
0 95187 elsif (/\G ( \$ \{ (?>\s*) 0 (?>\s*) \} ) /cgmosx) { }
1 95186 elsif (/\G ( \$ \$ ) (?![\w\{]) /cgmosx) { }
221 94965 elsif (/\G \$ ((?>[1-9][0-9]*)) /cgmosx) { }
0 94965 elsif (/\G \$ \{ (?>\s*) ((?>[1-9][0-9]*)) (?>\s*) \} /cgmosx) { }
0 94965 elsif (/\G \$ ( \$ (?> [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \[ .+? \] ) /cgmosx) { }
0 94965 elsif (/\G \$ ( \$ (?> [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \{ .+? \} ) /cgmosx) { }
0 94965 elsif (/\G \$ ( \$ (?> [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) /cgmosx) { }
0 94965 elsif (/\G \$ (?>\s*) \{ ( (?>\s*) (?> [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) (?>\s*) ) \} /cgmosx) { }
0 94965 elsif (/\G \$ (?>\s*) \{ (?>\s*) ( $qq_brace ) (?>\s*) \} /cgmosx) { }
605 94360 elsif (/\G ( (?: [\$\@\%\&\*] | \$\# | -> | \b sub \b) (?>\s*) (?: split | chop | index | rindex | lc | uc | fc | chr | ord | reverse | getc | tr | y | q | qq | qx | qw | m | s | qr | glob | lstat | opendir | stat | unlink | chdir ) ) \b /cgmosx) { }
103 94257 elsif (m{\G ( \$[\$\@\#\\\'\"/\?\(\)\[\]\<\>] ) }cgmosx) { }
0 94257 elsif (/\G \b (while (?>\s*) \( (?>\s*) <[\$]?[A-Za-z_][A-Za-z_0-9]*> (?>\s*) \)) \b /cgox) { }
0 94257 elsif (/\G \b while (?>\s*) \( (?>\s*) < ((?:[^\x81-\xFE>\0\a\e\f\n\r\t]|[\x81-\xFE][^\x30-\x39]|[\x81-\xFE][\x30-\x39][\x81-\xFE][\x00-\xFF])+?) > (?>\s*) \) \b /cgox) { }
0 94257 elsif (/\G \b while (?>\s*) \( (?>\s*) glob (?>\s*) \) /cgox) { }
0 94257 elsif (/\G \b while (?>\s*) \( (?>\s*) glob \b /cgox) { }
482 93775 elsif (/\G \b ( if | unless | while | until | for | when ) \b /cgox) { }
19 93756 elsif (/\G \b (CORE:: | ->(>?\s*) (?: atan2 | [a-z]{2,})) \b /cgox) { }
0 93756 elsif (/\G \b Char::eval (?= (?>\s*) \{ ) /cgox) { }
13 93743 elsif (/\G \b GB18030::eval (?= (?>\s*) \{ ) /cgox) { }
0 93743 elsif (/\G \b Char::eval \b (?! (?>\s*) => ) /cgox) { }
114 93629 elsif (/\G \b GB18030::eval \b (?! (?>\s*) => ) /cgox) { }
2 93627 elsif (/\G \b bytes::substr \b (?! (?>\s*) => ) /cgox) { }
2 93625 elsif (/\G \b chop \b (?! (?>\s*) => ) /cgox) { }
2 93623 elsif (/\G \b bytes::index \b (?! (?>\s*) => ) /cgox) { }
0 93623 elsif (/\G \b Char::index \b (?! (?>\s*) => ) /cgox) { }
2 93621 elsif (/\G \b GB18030::index \b (?! (?>\s*) => ) /cgox) { }
2 93619 elsif (/\G \b index \b (?! (?>\s*) => ) /cgox) { }
2 93617 elsif (/\G \b bytes::rindex \b (?! (?>\s*) => ) /cgox) { }
0 93617 elsif (/\G \b Char::rindex \b (?! (?>\s*) => ) /cgox) { }
2 93615 elsif (/\G \b GB18030::rindex \b (?! (?>\s*) => ) /cgox) { }
2 93613 elsif (/\G \b rindex \b (?! (?>\s*) => ) /cgox) { }
1 93612 elsif (/\G \b lc (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 93612 elsif (/\G \b lcfirst (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 93612 elsif (/\G \b uc (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 93612 elsif (/\G \b ucfirst (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
3 93609 elsif (/\G \b fc (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 93609 elsif (/\G (-[rwxoRWXOezfdlpSbcugkTB] (?>(?:\s+ -[rwxoRWXOezfdlpSbcugkTB])+)) (?>\s*) (\") ((?:$Egb18030::qq_char)+?) (\") /cgox) { }
0 93609 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) qq (?>\s*) (\#) ((?:$Egb18030::qq_char)+?) (\#) /cgox) { }
0 93609 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) qq (?>\s*) (\() ((?:$qq_paren)+?) (\)) /cgox) { }
0 93609 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) qq (?>\s*) (\{) ((?:$qq_brace)+?) (\}) /cgox) { }
0 93609 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) qq (?>\s*) (\[) ((?:$qq_bracket)+?) (\]) /cgox) { }
0 93609 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) qq (?>\s*) (\<) ((?:$qq_angle)+?) (\>) /cgox) { }
1 93608 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) qq (?>\s*) (\S) ((?:$Egb18030::qq_char)+?) (\2) /cgox) { }
5 93603 elsif (/\G (-[rwxoRWXOezfdlpSbcugkTB] (?>(?:\s+ -[rwxoRWXOezfdlpSbcugkTB])+)) (?>\s*) (\') ((?:\\\'|\\\\|$Egb18030::q_char)+?) (\') /cgox) { }
0 93603 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) q (?>\s*) (\#) ((?:\\\#|\\\\|$Egb18030::q_char)+?) (\#) /cgox) { }
0 93603 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) q (?>\s*) (\() ((?:\\\)|\\\\|$q_paren)+?) (\)) /cgox) { }
0 93603 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) q (?>\s*) (\{) ((?:\\\}|\\\\|$q_brace)+?) (\}) /cgox) { }
0 93603 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) q (?>\s*) (\[) ((?:\\\]|\\\\|$q_bracket)+?) (\]) /cgox) { }
0 93603 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) q (?>\s*) (\<) ((?:\\\>|\\\\|$q_angle)+?) (\>) /cgox) { }
1 93602 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) q (?>\s*) (\S) ((?:\\\2|\\\\|$Egb18030::q_char)+?) (\2) /cgox) { }
0 93602 elsif (/\G (-[rwxoRWXOezfdlpSbcugkTB] (?>(?:\s+ -[rwxoRWXOezfdlpSbcugkTB])+)) (\$ (?> \w+ (?: ::\w+)* ) (?: (?: ->)? (?: [\$\@\%\&\*]\* | \$\#\* | \( (?:$qq_paren)*? \) | [\@\%\*]? \{ (?:$qq_brace)+? \} | [\@\%]? \[ (?:$qq_bracket)+? \] ) )*) /cgox) { }
0 93602 elsif (/\G (-[rwxoRWXOezfdlpSbcugkTB] (?>(?:\s+ -[rwxoRWXOezfdlpSbcugkTB])+)) \( ((?:$qq_paren)*?) \) /cgox) { }
0 93602 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) (?= [a-z]+) /cgox) { }
0 93602 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) ((?>\w+)) /cgox) { }
0 93602 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s*) (\") ((?:$Egb18030::qq_char)+?) (\") /cgox) { }
0 93602 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) qq (?>\s*) (\#) ((?:$Egb18030::qq_char)+?) (\#) /cgox) { }
0 93602 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) qq (?>\s*) (\() ((?:$qq_paren)+?) (\)) /cgox) { }
0 93602 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) qq (?>\s*) (\{) ((?:$qq_brace)+?) (\}) /cgox) { }
0 93602 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) qq (?>\s*) (\[) ((?:$qq_bracket)+?) (\]) /cgox) { }
0 93602 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) qq (?>\s*) (\<) ((?:$qq_angle)+?) (\>) /cgox) { }
2 93600 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) qq (?>\s*) (\S) ((?:$Egb18030::qq_char)+?) (\2) /cgox) { }
103 93497 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s*) (\') ((?:\\\'|\\\\|$Egb18030::q_char)+?) (\') /cgox) { }
0 93497 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) q (?>\s*) (\#) ((?:\\\#|\\\\|$Egb18030::q_char)+?) (\#) /cgox) { }
0 93497 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) q (?>\s*) (\() ((?:\\\)|\\\\|$q_paren)+?) (\)) /cgox) { }
0 93497 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) q (?>\s*) (\{) ((?:\\\}|\\\\|$q_brace)+?) (\}) /cgox) { }
0 93497 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) q (?>\s*) (\[) ((?:\\\]|\\\\|$q_bracket)+?) (\]) /cgox) { }
0 93497 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) q (?>\s*) (\<) ((?:\\\>|\\\\|$q_angle)+?) (\>) /cgox) { }
2 93495 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) q (?>\s*) (\S) ((?:\\\2|\\\\|$Egb18030::q_char)+?) (\2) /cgox) { }
6 93489 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s*) (\$ (?> \w+ (?: ::\w+)* ) (?: (?: ->)? (?: [\$\@\%\&\*]\* | \$\#\* | \( (?:$qq_paren)*? \) | [\@\%\*]? \{ (?:$qq_brace)+? \} | [\@\%]? \[ (?:$qq_bracket)+? \] ) )*) /cgox) { }
0 93489 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s*) \( ((?:$qq_paren)*?) \) /cgox) { }
0 93489 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?= (?>\s+) [a-z]+) /cgox) { }
50 93439 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) ((?>\w+)) /cgox) { }
2 93437 elsif (/\G -(t) (?>\s+) ((?>\w+)) /cgox) { }
1 93436 elsif (/\G \b lstat (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
3 93433 elsif (/\G \b stat (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 93433 elsif (/\G -s (?>\s*) (\") ((?:$Egb18030::qq_char)+?) (\") /cgox) { }
0 93433 elsif (/\G -s (?>\s+) qq (?>\s*) (\#) ((?:$Egb18030::qq_char)+?) (\#) /cgox) { }
0 93433 elsif (/\G -s (?>\s+) qq (?>\s*) (\() ((?:$qq_paren)+?) (\)) /cgox) { }
0 93433 elsif (/\G -s (?>\s+) qq (?>\s*) (\{) ((?:$qq_brace)+?) (\}) /cgox) { }
0 93433 elsif (/\G -s (?>\s+) qq (?>\s*) (\[) ((?:$qq_bracket)+?) (\]) /cgox) { }
0 93433 elsif (/\G -s (?>\s+) qq (?>\s*) (\<) ((?:$qq_angle)+?) (\>) /cgox) { }
0 93433 elsif (/\G -s (?>\s+) qq (?>\s*) (\S) ((?:$Egb18030::qq_char)+?) (\1) /cgox) { }
0 93433 elsif (/\G -s (?>\s*) (\') ((?:\\\'|\\\\|$Egb18030::q_char)+?) (\') /cgox) { }
0 93433 elsif (/\G -s (?>\s+) q (?>\s*) (\#) ((?:\\\#|\\\\|$Egb18030::q_char)+?) (\#) /cgox) { }
0 93433 elsif (/\G -s (?>\s+) q (?>\s*) (\() ((?:\\\)|\\\\|$q_paren)+?) (\)) /cgox) { }
0 93433 elsif (/\G -s (?>\s+) q (?>\s*) (\{) ((?:\\\}|\\\\|$q_brace)+?) (\}) /cgox) { }
0 93433 elsif (/\G -s (?>\s+) q (?>\s*) (\[) ((?:\\\]|\\\\|$q_bracket)+?) (\]) /cgox) { }
0 93433 elsif (/\G -s (?>\s+) q (?>\s*) (\<) ((?:\\\>|\\\\|$q_angle)+?) (\>) /cgox) { }
0 93433 elsif (/\G -s (?>\s+) q (?>\s*) (\S) ((?:\\\1|\\\\|$Egb18030::q_char)+?) (\1) /cgox) { }
0 93433 elsif (/\G -s (?>\s*) (\$ (?> \w+ (?: ::\w+)* ) (?: (?: ->)? (?: [\$\@\%\&\*]\* | \$\#\* | \( (?:$qq_paren)*? \) | [\@\%\*]? \{ (?:$qq_brace)+? \} | [\@\%]? \[ (?:$qq_bracket)+? \] ) )*) /cgox) { }
0 93433 elsif (/\G -s (?>\s*) \( ((?:$qq_paren)*?) \) /cgox) { }
0 93433 elsif (/\G -s (?= (?>\s+) [a-z]+) /cgox) { }
0 93433 elsif (/\G -s (?>\s+) ((?>\w+)) /cgox) { }
2 93431 elsif (/\G \b bytes::length (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
2 93429 elsif (/\G \b bytes::chr (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
36 93393 elsif (/\G \b chr (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
2 93391 elsif (/\G \b bytes::ord (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
2 93389 elsif (/\G \b ord (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
8 93381 elsif (/\G \b glob (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 93381 elsif (/\G \b lc \b (?! (?>\s*) => ) /cgox) { }
0 93381 elsif (/\G \b lcfirst \b (?! (?>\s*) => ) /cgox) { }
0 93381 elsif (/\G \b uc \b (?! (?>\s*) => ) /cgox) { }
0 93381 elsif (/\G \b ucfirst \b (?! (?>\s*) => ) /cgox) { }
0 93381 elsif (/\G \b fc \b (?! (?>\s*) => ) /cgox) { }
0 93381 elsif (/\G \b lstat \b (?! (?>\s*) => ) /cgox) { }
0 93381 elsif (/\G \b stat \b (?! (?>\s*) => ) /cgox) { }
0 93381 elsif (/\G (-[rwxoRWXOezfdlpSbcugkTB] (?>(?:\s+ -[rwxoRWXOezfdlpSbcugkTB])+)) \b (?! (?>\s*) => ) /cgox) { }
0 93381 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) \b (?! (?>\s*) => ) /cgox) { }
0 93381 elsif (/\G -s \b (?! (?>\s*) => ) /cgox) { }
0 93381 elsif (/\G \b bytes::length \b (?! (?>\s*) => ) /cgox) { }
0 93381 elsif (/\G \b bytes::chr \b (?! (?>\s*) => ) /cgox) { }
0 93381 elsif (/\G \b chr \b (?! (?>\s*) => ) /cgox) { }
0 93381 elsif (/\G \b bytes::ord \b (?! (?>\s*) => ) /cgox) { }
2 93379 elsif (/\G \b ord \b (?! (?>\s*) => ) /cgox) { }
0 93379 elsif (/\G \b glob \b (?! (?>\s*) => ) /cgox) { }
4 93375 elsif (/\G \b reverse \b (?! (?>\s*) => ) /cgox) { }
8 93367 elsif (/\G \b getc \b (?! (?>\s*) => ) /cgox) { }
2 93365 elsif (/\G \b opendir ((?>\s*) \( (?>\s*)) (?=[A-Za-z_]) /cgox) { }
0 93365 elsif (/\G \b opendir ((?>\s+)) (?=[A-Za-z_]) /cgox) { }
87 93278 elsif (/\G \b unlink \b (?! (?>\s*) => ) /cgox) { }
3 93275 elsif (/\G \b (chdir) \b (?! (?>\s*) => ) /cgox) { }
419 92856 elsif (/\G \b (split) \b (?! (?>\s*) => ) /cgox) { }
11 92845 elsif (/\G \b ( tr | y ) \b /cgox) { }
5927 86918 elsif (/\G \b (qq) \b /cgox) { }
184 86734 elsif (/\G \b (qr) \b /cgox) { }
34 86700 elsif (/\G \b (qw) \b /cgox) { }
3 86697 elsif (/\G \b (qx) \b /cgox) { }
606 86091 elsif (/\G \b (q) \b /cgox) { }
491 85600 elsif (/\G \b (m) \b /cgox) { }
292 85308 elsif (/\G \b (s) \b /cgox) { }
1 85307 elsif (/\G \b do (?= (?>\s*) \{ ) /cgmosx) { }
0 85307 elsif (/\G \b do (?= (?>\s+) (?: q | qq | qx ) \b) /cgmosx) { }
0 85307 elsif (/\G \b do (?= (?>\s+) (?>\w+)) /cgmosx) { }
0 85307 elsif (/\G \b do (?= (?>\s*) \$ (?> \w+ (?: ::\w+)* ) \( ) /cgmosx) { }
2 85305 elsif (/\G \b do \b /cgmosx) { }
0 85305 elsif (/\G \b require ((?>\s+) (?:$ignore_modules) .*? ;) ([ \t]* [#\n]) /cgmosx) { }
0 85305 elsif (/\G \b require ((?>\s+) (?:$ignore_modules) .*? ;) ([ \t]* [^\x81-\xFE#]) /cgmosx) { }
0 85305 elsif (/\G \b require ((?>\s+) (?:$ignore_modules)) \b /cgmosx) { }
0 85305 elsif (/\G \b require (?>\s+) ((?>0[0-7_]*)) (?>\s*) ; /cgmosx) { }
0 85305 elsif (/\G \b require (?>\s+) ((?>[1-9][0-9_]*(?:\.[0-9_]+)*)) (?>\s*) ; /cgmosx) { }
0 85305 elsif (/\G \b require (?>\s+) ((?>v[0-9][0-9_]*(?:\.[0-9_]+)*)) (?>\s*) ; /cgmosx) { }
18 85287 elsif (/\G \b require (?>\s+) ((?>[A-Za-z_]\w* (?: :: [A-Za-z_]\w*)*)) (?>\s*) ; /cgmosx) { }
0 85287 elsif (/\G \b require (?>\s*) ; /cgmosx) { }
1 85286 elsif (/\G \b require \b /cgmosx) { }
70 85216 elsif (/\G \b use ((?>\s+) strict .*? ;) ([ \t]* [#\n]) /cgmosx) { }
0 85216 elsif (/\G \b use ((?>\s+) strict .*? ;) ([ \t]* [^\x81-\xFE#]) /cgmosx) { }
0 85216 elsif (/\G \b use ((?>\s+) strict) \b /cgmosx) { }
3 85213 elsif (/\G \b use (?>\s+) ((?>([1-9][0-9_]*)(?:\.([0-9_]+))*)) (?>\s*) ; /cgmosx) { }
0 85213 elsif (/\G \b use (?>\s+) ((?>v([0-9][0-9_]*)(?:\.([0-9_]+))*)) (?>\s*) ; /cgmosx) { }
2 85211 elsif (/\G \b use ((?>\s+) (?:$ignore_modules) .*? ;) ([ \t]* [#\n]) /cgmosx) { }
0 85211 elsif (/\G \b use ((?>\s+) (?:$ignore_modules) .*? ;) ([ \t]* [^\x81-\xFE#]) /cgmosx) { }
0 85211 elsif (/\G \b use ((?>\s+) (?:$ignore_modules)) \b /cgmosx) { }
0 85211 elsif (/\G \b no ((?>\s+) (?:$ignore_modules) .*? ;) ([ \t]* [#\n]) /cgmosx) { }
0 85211 elsif (/\G \b no ((?>\s+) (?:$ignore_modules) .*? ;) ([ \t]* [^\x81-\xFE#]) /cgmosx) { }
0 85211 elsif (/\G \b no ((?>\s+) (?:$ignore_modules)) \b /cgmosx) { }
0 85211 elsif (/\G \b use (?>\s+) ((?>0[0-7_]*)) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b use (?>\s+) ((?>[1-9][0-9_]*(?:\.[0-9_]+)*)) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b use (?>\s+) ((?>v[0-9][0-9_]*(?:\.[0-9_]+)*)) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s*) (\() (?>\s*) \) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) (\() (?>\s*) \) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) (\{) (?>\s*) \} (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) (\[) (?>\s*) \] (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) (\<) (?>\s*) \> (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) ([\x21-\x3F]) (?>\s*) \2 (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) (\S) (?>\s*) \2 (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s*) ( (\() [^\x81-\xFE)]* \)) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s*) ( (\') [^\x81-\xFE']* \') (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s*) ( (\") [^\x81-\xFE"]* \") (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) (\() [^\x81-\xFE)]* \)) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) (\{) (?:$Egb18030::q_char)*? \}) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) (\[) (?:$Egb18030::q_char)*? \]) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) (\<) [^\x81-\xFE>]* \>) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) ([\x21-\x3F]) .*? \3) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) (\S) (?:$Egb18030::q_char)*? \3) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b no (?>\s+) ((?>0[0-7_]*)) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b no (?>\s+) ((?>[1-9][0-9_]*(?:\.[0-9_]+)*)) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b no (?>\s+) ((?>v[0-9][0-9_]*(?:\.[0-9_]+)*)) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s*) (\() (?>\s*) \) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) (\() (?>\s*) \) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) (\{) (?>\s*) \} (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) (\[) (?>\s*) \] (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) (\<) (?>\s*) \> (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) ([\x21-\x3F]) (?>\s*) \2 (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) (\S) (?>\s*) \2 (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s*) ( (\() [^\x81-\xFE)]* \)) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s*) ( (\') [^\x81-\xFE']* \') (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s*) ( (\") [^\x81-\xFE"]* \") (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) (\() [^\x81-\xFE)]* \)) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) (\{) (?:$Egb18030::q_char)*? \}) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) (\[) (?:$Egb18030::q_char)*? \]) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) (\<) [^\x81-\xFE>]* \>) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) ([\x21-\x3F]) .*? \3) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) (\S) (?:$Egb18030::q_char)*? \3) (?>\s*) ; /cgmosx) { }
0 85211 elsif (/\G \b use \b /cgmosx) { }
2 85209 elsif (/\G \b no \b /cgmosx) { }
3249 81960 elsif (/\G (?
3465 78495 elsif (/\G (\") /cgox) { }
38 78457 elsif (/\G (\`) /cgox) { }
1239 77218 elsif ($Egb18030::slash eq 'm//' and m[\G (/) ]cgox) { }
92 77126 elsif ($Egb18030::slash eq 'm//' and /\G (\?) /cgox) { }
0 77126 elsif (/\G ( <<>> ) /cgox) { }
0 77126 elsif (/\G ( << (?>\s*) ) (?= [0-9\$\@\&] ) /cgox) { }
6 77120 elsif (/\G ( <<~ [\t ]* '([a-zA-Z_0-9]*)' ) /cgox) { }
3 77117 elsif (/\G ( <<~ \\([a-zA-Z_0-9]+) ) /cgox) { }
6 77111 elsif (/\G ( <<~ [\t ]* "([a-zA-Z_0-9]*)" ) /cgox) { }
3 77108 elsif (/\G ( <<~ ([a-zA-Z_0-9]+) ) /cgox) { }
6 77102 elsif (/\G ( <<~ [\t ]* `([a-zA-Z_0-9]*)` ) /cgox) { }
86 77016 elsif (/\G ( << '([a-zA-Z_0-9]*)' ) /cgox) { }
2 77014 elsif (/\G ( << \\([a-zA-Z_0-9]+) ) /cgox) { }
39 76975 elsif (/\G ( << "([a-zA-Z_0-9]*)" ) /cgox) { }
60 76915 elsif (/\G ( << ([a-zA-Z_0-9]+) ) /cgox) { }
0 76915 elsif (/\G ( << `([a-zA-Z_0-9]*)` ) /cgox) { }
13 76902 elsif (/\G ( <<= | <=> | <= | < ) (?= (?>\s*) [A-Za-z_0-9'"`\$\@\&\*\(\+\-] )/cgox) { }
0 76902 elsif (/\G (<[\$]?[A-Za-z_][A-Za-z_0-9]*>) /cgox) { }
0 76902 elsif (/\G < ((?:[^\x81-\xFE>\0\a\e\f\n\r\t]|[\x81-\xFE][^\x30-\x39]|[\x81-\xFE][\x30-\x39][\x81-\xFE][\x00-\xFF])+?) > /cgox) { }
0 76902 elsif (/\G ^ ( __DATA__ \n .*) \z /cgmosx) { }
384 76518 elsif (/\G ^ ( __END__ \n .*) \z /cgmosx) { }
0 76518 elsif (/\G ( \cD .*) \z /cgmosx) { }
0 76518 elsif (/\G ( \cZ .*) \z /cgmosx) { }
14318 62200 elsif (/\G ( -- | \+\+ | [\)\}\]] ) /cgox) { }
7 62193 elsif (/\G ( \.\.\. ) /cgox) { }
24138 38055 elsif (m"\G ((?> !~~ | !~ | != | ! | %= | % | &&= | && | &= | &\.= | &\. | & | -= | -> | - | :(?>\s*)= | : | <<>> | <<= | <=> | <= | < | == | => | =~ | = | >>= | >> | >= | > | \*\*= | \*\* | \*= | \* | \+= | \+ | \.\. | \.= | \. | //= | // | /= | / | \? | \\ | \^= | \^\.= | \^\. | \^ | \b x= | \|\|= | \|\| | \|= | \|\.= | \|\. | \| | ~~ | ~\. | ~ | \b(?: and | cmp | eq | ge | gt | le | lt | ne | not | or | xor | x )\b | \b(?: print )\b | [,;\(\{\[] )) "cgox) { }
38055 0 elsif (/\G ($Egb18030::q_char) /cgox) { }
5944 203 31511 if (scalar @heredoc_delimiter >= 1)
5999 0 187 if (/\G ( (?>\s*) = $qq_paren \) ) ( (?>\s*) (?: =~ | !~ ) (?>\s*) ) (?= (?: tr | y ) \b ) /cgox) { }
0 187 elsif (/\G ( (?>\s*) = $qq_paren \) ) ( (?>\s*) (?: =~ | !~ ) (?>\s*) ) (?= s \b ) /cgox) { }
6048 9 3034 if (/\G ( (?>\s*) (?: =~ | !~ ) (?>\s*) ) (?= (?: tr | y ) \b ) /cgox) { }
255 2779 elsif (/\G ( (?>\s*) (?: =~ | !~ ) (?>\s*) ) (?= s \b ) /cgox) { }
6331 0 3 if (/\G (?= [,;\)\}\]] ) /cgox) { }
1 2 elsif (/\G ( [\$\@\&\*] $qq_scalar ) /cgox) { }
0 2 elsif (/\G \b (qq) \b /cgox) { }
0 2 elsif (/\G \b (q) \b /cgox) { }
2 0 elsif (/\G (\') /cgox) { }
0 0 elsif (/\G (\") /cgox) { }
6338 0 0 if (/\G (\#) ((?:$Egb18030::qq_char)*?) (\#) /cgox) { }
6341 0 0 if (/\G ((?>\s+)|\#.*) /cgox) { }
0 0 elsif (/\G (\() ((?:$qq_paren)*?) (\)) /cgox) { }
0 0 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) /cgox) { }
0 0 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) /cgox) { }
0 0 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) /cgox) { }
0 0 elsif (/\G ([*\-:?\\^|]) ((?:$Egb18030::qq_char)*?) (\1) /cgox) { }
0 0 elsif (/\G (\S) ((?:$Egb18030::qq_char)*?) (\1) /cgox) { }
6355 0 0 if (/\G (\#) ((?:\\\#|\\\\|$Egb18030::q_char)*?) (\#) /cgox) { }
6358 0 0 if (/\G ((?>\s+)|\#.*) /cgox) { }
0 0 elsif (/\G (\() ((?:\\\\|\\\)|\\\(|$q_paren)*?) (\)) /cgox) { }
0 0 elsif (/\G (\{) ((?:\\\\|\\\}|\\\{|$q_brace)*?) (\}) /cgox) { }
0 0 elsif (/\G (\[) ((?:\\\\|\\\]|\\\[|$q_bracket)*?) (\]) /cgox) { }
0 0 elsif (/\G (\<) ((?:\\\\|\\\>|\\\<|$q_angle)*?) (\>) /cgox) { }
0 0 elsif (/\G ([*\-:?\\^|]) ((?:$Egb18030::q_char)*?) (\1) /cgox) { }
0 0 elsif (/\G (\S) ((?:\\\\|\\\1| $Egb18030::q_char)*?) (\1) /cgox) { }
6374 0 13 if (/\G (\\\\) /cgox) { }
0 13 elsif (/\G (\\\') /cgox) { }
2 11 elsif (/\G \' /cgox) { }
11 0 elsif (/\G ($Egb18030::q_char) /cgox) { }
6386 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\") /cgox) { }
0 0 elsif (/\G \" /cgox) { }
0 0 elsif (/\G ($Egb18030::q_char) /cgox) { }
6405 3 416 if (/\G (?= [,;\)\}\]] ) /cgox) { }
1 415 elsif (/\G ( [\$\@\&\*] $qq_scalar ) /cgox) { }
0 415 elsif (/\G \b qq (\#) [ ] (\#) /cgox) { }
0 415 elsif (/\G \b qq ((?>\s*)) (\() [ ] (\)) /cgox) { }
0 415 elsif (/\G \b qq ((?>\s*)) (\{) [ ] (\}) /cgox) { }
0 415 elsif (/\G \b qq ((?>\s*)) (\[) [ ] (\]) /cgox) { }
0 415 elsif (/\G \b qq ((?>\s*)) (\<) [ ] (\>) /cgox) { }
0 415 elsif (/\G \b qq ((?>\s*)) (\S) [ ] (\2) /cgox) { }
0 415 elsif (/\G \b q (\#) [ ] (\#) /cgox) { }
0 415 elsif (/\G \b q ((?>\s*)) (\() [ ] (\)) /cgox) { }
0 415 elsif (/\G \b q ((?>\s*)) (\{) [ ] (\}) /cgox) { }
0 415 elsif (/\G \b q ((?>\s*)) (\[) [ ] (\]) /cgox) { }
0 415 elsif (/\G \b q ((?>\s*)) (\<) [ ] (\>) /cgox) { }
0 415 elsif (/\G \b q ((?>\s*)) (\S) [ ] (\2) /cgox) { }
16 399 elsif (/\G ' [ ] ' /cgox) { }
2 397 elsif (/\G " [ ] " /cgox) { }
0 397 elsif (/\G \b (qq) \b /cgox) { }
124 273 elsif (/\G \b (qr) \b /cgox) { }
0 273 elsif (/\G \b (q) \b /cgox) { }
136 137 elsif (/\G \b (m) \b /cgox) { }
0 137 elsif (/\G (\') /cgox) { }
0 137 elsif (/\G (\") /cgox) { }
137 0 elsif (m[\G (/) ]cgox) { }
6428 0 0 if (/\G (\#) ((?:$Egb18030::qq_char)*?) (\#) /cgox) { }
6431 0 0 if (/\G ((?>\s+)|\#.*) /cgox) { }
0 0 elsif (/\G (\() ((?:$qq_paren)*?) (\)) /cgox) { }
0 0 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) /cgox) { }
0 0 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) /cgox) { }
0 0 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) /cgox) { }
0 0 elsif (/\G ([*\-:?\\^|]) ((?:$Egb18030::qq_char)*?) (\1) /cgox) { }
0 0 elsif (/\G (\S) ((?:$Egb18030::qq_char)*?) (\1) /cgox) { }
6445 0 124 if (/\G (\#) ((?:$Egb18030::qq_char)*?) (\#) ([imosxpadlunbB]*) /cgox) { }
6448 0 124 if (/\G ((?>\s+)|\#.*) /cgox) { }
0 124 elsif (/\G (\() ((?:$qq_paren)*?) (\)) ([imosxpadlunbB]*) /cgox) { }
0 124 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) ([imosxpadlunbB]*) /cgox) { }
0 124 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) ([imosxpadlunbB]*) /cgox) { }
0 124 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) ([imosxpadlunbB]*) /cgox) { }
56 68 elsif (/\G (\') ((?:$Egb18030::qq_char)*?) (\') ([imosxpadlunbB]*) /cgox) { }
0 68 elsif (/\G ([*\-:?\\^|]) ((?:$Egb18030::qq_char)*?) (\1) ([imosxpadlunbB]*) /cgox) { }
68 0 elsif (/\G (\S) ((?:$Egb18030::qq_char)*?) (\1) ([imosxpadlunbB]*) /cgox) { }
6463 0 0 if (/\G (\#) ((?:\\\#|\\\\|$Egb18030::q_char)*?) (\#) /cgox) { }
6466 0 0 if (/\G ((?>\s+)|\#.*) /cgox) { }
0 0 elsif (/\G (\() ((?:\\\\|\\\)|\\\(|$q_paren)*?) (\)) /cgox) { }
0 0 elsif (/\G (\{) ((?:\\\\|\\\}|\\\{|$q_brace)*?) (\}) /cgox) { }
0 0 elsif (/\G (\[) ((?:\\\\|\\\]|\\\[|$q_bracket)*?) (\]) /cgox) { }
0 0 elsif (/\G (\<) ((?:\\\\|\\\>|\\\<|$q_angle)*?) (\>) /cgox) { }
0 0 elsif (/\G ([*\-:?\\^|]) ((?:$Egb18030::q_char)*?) (\1) /cgox) { }
0 0 elsif (/\G (\S) ((?:\\\\|\\\1| $Egb18030::q_char)*?) (\1) /cgox) { }
6480 0 136 if (/\G (\#) ((?:$Egb18030::qq_char)*?) (\#) ([cgimosxpadlunbB]*) /cgox) { }
6483 0 136 if (/\G ((?>\s+)|\#.*) /cgox) { }
0 136 elsif (/\G (\() ((?:$qq_paren)*?) (\)) ([cgimosxpadlunbB]*) /cgox) { }
0 136 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) ([cgimosxpadlunbB]*) /cgox) { }
0 136 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) ([cgimosxpadlunbB]*) /cgox) { }
0 136 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) ([cgimosxpadlunbB]*) /cgox) { }
56 80 elsif (/\G (\') ((?:$Egb18030::qq_char)*?) (\') ([cgimosxpadlunbB]*) /cgox) { }
0 80 elsif (/\G ([*\-:?\\^|]) ((?:$Egb18030::qq_char)*?) (\1) ([cgimosxpadlunbB]*) /cgox) { }
80 0 elsif (/\G (\S) ((?:$Egb18030::qq_char)*?) (\1) ([cgimosxpadlunbB]*) /cgox) { }
6500 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\') /cgox) { }
0 0 elsif (/\G \' /cgox) { }
0 0 elsif (/\G ($Egb18030::q_char) /cgox) { }
6512 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\") /cgox) { }
0 0 elsif (/\G \" /cgox) { }
0 0 elsif (/\G ($Egb18030::q_char) /cgox) { }
6524 0 582 if (/\G (\\\\) /cgox) { }
0 582 elsif (m[\G (\\/) ]cgox) { }
137 445 elsif (m[\G / ([cgimosxpadlunbB]*) ]cgox) { }
445 0 elsif (/\G ($Egb18030::q_char) /cgox) { }
6545 0 11 if (/\G (\#) ((?:$Egb18030::qq_char)*?) (\#) ((?:$Egb18030::qq_char)*?) (\#) ([cdsrbB]*) /cgox) { }
6552 0 11 if (/\G ((?>\s+)|\#.*) /cgox) { }
0 11 elsif (/\G (\() ((?:$qq_paren)*?) (\)) /cgox) { }
0 11 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) /cgox) { }
0 11 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) /cgox) { }
0 11 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) /cgox) { }
11 0 elsif (/\G (\S) ((?:$Egb18030::qq_char)*?) (\1) ((?:$Egb18030::qq_char)*?) (\1) ([cdsrbB]*) /cgox) { }
6556 0 0 if (/\G ((?>\s+)|\#.*) /cgox) { }
0 0 elsif (/\G (\() ((?:$qq_paren)*?) (\)) ([cdsrbB]*) /cgox) { }
0 0 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) ([cdsrbB]*) /cgox) { }
0 0 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) ([cdsrbB]*) /cgox) { }
0 0 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) ([cdsrbB]*) /cgox) { }
0 0 elsif (/\G (\S) ((?:$Egb18030::qq_char)*?) (\1) ([cdsrbB]*) /cgox) { }
6568 0 0 if (/\G ((?>\s+)|\#.*) /cgox) { }
0 0 elsif (/\G (\() ((?:$qq_paren)*?) (\)) ([cdsrbB]*) /cgox) { }
0 0 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) ([cdsrbB]*) /cgox) { }
0 0 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) ([cdsrbB]*) /cgox) { }
0 0 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) ([cdsrbB]*) /cgox) { }
0 0 elsif (/\G (\S) ((?:$Egb18030::qq_char)*?) (\1) ([cdsrbB]*) /cgox) { }
6580 0 0 if (/\G ((?>\s+)|\#.*) /cgox) { }
0 0 elsif (/\G (\() ((?:$qq_paren)*?) (\)) ([cdsrbB]*) /cgox) { }
0 0 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) ([cdsrbB]*) /cgox) { }
0 0 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) ([cdsrbB]*) /cgox) { }
0 0 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) ([cdsrbB]*) /cgox) { }
0 0 elsif (/\G (\S) ((?:$Egb18030::qq_char)*?) (\1) ([cdsrbB]*) /cgox) { }
6592 0 0 if (/\G ((?>\s+)|\#.*) /cgox) { }
0 0 elsif (/\G (\() ((?:$qq_paren)*?) (\)) ([cdsrbB]*) /cgox) { }
0 0 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) ([cdsrbB]*) /cgox) { }
0 0 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) ([cdsrbB]*) /cgox) { }
0 0 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) ([cdsrbB]*) /cgox) { }
0 0 elsif (/\G (\S) ((?:$Egb18030::qq_char)*?) (\1) ([cdsrbB]*) /cgox) { }
6616 40 5887 if (/\G (\#) /cgox) { }
6619 80 1868 if (/\G (\\\\) /cgox) { }
0 1868 elsif (/\G (\\\#) /cgox) { }
40 1828 elsif (/\G (\#) /cgox) { }
1828 0 elsif (/\G ($Egb18030::qq_char) /cgox) { }
6630 0 5887 if (/\G ((?>\s+)|\#.*) /cgox) { }
0 5887 elsif (/\G (\() /cgox) { }
5805 82 elsif (/\G (\{) /cgox) { }
0 82 elsif (/\G (\[) /cgox) { }
62 20 elsif (/\G (\<) /cgox) { }
20 0 elsif (/\G (\S) /cgox) { }
6637 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\)) /cgox) { }
0 0 elsif (/\G (\() /cgox) { }
0 0 elsif (/\G (\)) /cgox) { }
0 0 elsif (/\G ($Egb18030::qq_char) /cgox) { }
6641 0 0 if (--$Egb18030::nest == 0) { }
6654 720 246117 if (/\G (\\\\) /cgox) { }
0 246117 elsif (/\G (\\\}) /cgox) { }
1384 244733 elsif (/\G (\{) /cgox) { }
7189 237544 elsif (/\G (\}) /cgox) { }
237544 0 elsif (/\G ($Egb18030::qq_char) /cgox) { }
6658 5805 1384 if (--$Egb18030::nest == 0) { }
6671 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\]) /cgox) { }
0 0 elsif (/\G (\[) /cgox) { }
0 0 elsif (/\G (\]) /cgox) { }
0 0 elsif (/\G ($Egb18030::qq_char) /cgox) { }
6675 0 0 if (--$Egb18030::nest == 0) { }
6688 22 2018 if (/\G (\\\\) /cgox) { }
0 2018 elsif (/\G (\\\>) /cgox) { }
2 2016 elsif (/\G (\<) /cgox) { }
64 1952 elsif (/\G (\>) /cgox) { }
1952 0 elsif (/\G ($Egb18030::qq_char) /cgox) { }
6692 62 2 if (--$Egb18030::nest == 0) { }
6705 0 840 if (/\G (\\\\) /cgox) { }
0 840 elsif (/\G (\\\Q$delimiter\E) /cgox) { }
20 820 elsif (/\G (\Q$delimiter\E) /cgox) { }
820 0 elsif (/\G ($Egb18030::qq_char) /cgox) { }
6720 0 184 if (/\G (\#) ((?:$Egb18030::qq_char)*?) (\#) ([imosxpadlunbB]*) /cgox) { }
6726 0 184 if (/\G ((?>\s+)|\#.*) /cgox) { }
0 184 elsif (/\G (\() ((?:$qq_paren)*?) (\)) ([imosxpadlunbB]*) /cgox) { }
1 183 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) ([imosxpadlunbB]*) /cgox) { }
0 183 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) ([imosxpadlunbB]*) /cgox) { }
0 183 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) ([imosxpadlunbB]*) /cgox) { }
76 107 elsif (/\G (\') ((?:$Egb18030::qq_char)*?) (\') ([imosxpadlunbB]*) /cgox) { }
0 107 elsif (/\G ([*\-:?\\^|]) ((?:$Egb18030::qq_char)*?) (\1) ([imosxpadlunbB]*) /cgox) { }
107 0 elsif (/\G (\S) ((?:$Egb18030::qq_char)*?) (\1) ([imosxpadlunbB]*) /cgox) { }
6742 0 34 if (/\G (\#) (.*?) (\#) /cgmosx) { }
6748 0 34 if (/\G ((?>\s+)|\#.*) /cgox) { }
34 0 elsif (/\G (\() ([^(]*?) (\)) /cgmosx) { }
0 0 elsif (/\G (\() ((?:$q_paren)*?) (\)) /cgmosx) { }
0 0 elsif (/\G (\{) ([^{]*?) (\}) /cgmosx) { }
0 0 elsif (/\G (\{) ((?:$q_brace)*?) (\}) /cgmosx) { }
0 0 elsif (/\G (\[) ([^[]*?) (\]) /cgmosx) { }
0 0 elsif (/\G (\[) ((?:$q_bracket)*?) (\]) /cgmosx) { }
0 0 elsif (/\G (\<) ([^<]*?) (\>) /cgmosx) { }
0 0 elsif (/\G (\<) ((?:$q_angle)*?) (\>) /cgmosx) { }
0 0 elsif (/\G ([\x21-\x3F]) (.*?) (\1) /cgmosx) { }
0 0 elsif (/\G (\S) ((?:$Egb18030::q_char)*?) (\1) /cgmosx) { }
6772 0 3 if (/\G (\#) ((?:$Egb18030::qq_char)*?) (\#) /cgox) { }
6778 0 3 if (/\G ((?>\s+)|\#.*) /cgox) { }
0 3 elsif (/\G (\() ((?:$qq_paren)*?) (\)) /cgox) { }
2 1 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) /cgox) { }
0 1 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) /cgox) { }
0 1 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) /cgox) { }
0 1 elsif (/\G (\') ((?:$Egb18030::qq_char)*?) (\') /cgox) { }
1 0 elsif (/\G (\S) ((?:$Egb18030::qq_char)*?) (\1) /cgox) { }
6799 0 606 if (/\G (\#) /cgox) { }
6802 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\#) /cgox) { }
0 0 elsif (/\G (\#) /cgox) { }
0 0 elsif (/\G ($Egb18030::q_char) /cgox) { }
6813 0 606 if (/\G ((?>\s+)|\#.*) /cgox) { }
1 605 elsif (/\G (\() /cgox) { }
599 6 elsif (/\G (\{) /cgox) { }
0 6 elsif (/\G (\[) /cgox) { }
5 1 elsif (/\G (\<) /cgox) { }
1 0 elsif (/\G (\S) /cgox) { }
6820 0 7 if (/\G (\\\\) /cgox) { }
0 7 elsif (/\G (\\\)) /cgox) { }
0 7 elsif (/\G (\\\() /cgox) { }
0 7 elsif (/\G (\() /cgox) { }
1 6 elsif (/\G (\)) /cgox) { }
6 0 elsif (/\G ($Egb18030::q_char) /cgox) { }
6825 1 0 if (--$Egb18030::nest == 0) { }
6838 0 8241 if (/\G (\\\\) /cgox) { }
0 8241 elsif (/\G (\\\}) /cgox) { }
0 8241 elsif (/\G (\\\{) /cgox) { }
114 8127 elsif (/\G (\{) /cgox) { }
713 7414 elsif (/\G (\}) /cgox) { }
7414 0 elsif (/\G ($Egb18030::q_char) /cgox) { }
6843 599 114 if (--$Egb18030::nest == 0) { }
6856 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\]) /cgox) { }
0 0 elsif (/\G (\\\[) /cgox) { }
0 0 elsif (/\G (\[) /cgox) { }
0 0 elsif (/\G (\]) /cgox) { }
0 0 elsif (/\G ($Egb18030::q_char) /cgox) { }
6861 0 0 if (--$Egb18030::nest == 0) { }
6874 0 82 if (/\G (\\\\) /cgox) { }
0 82 elsif (/\G (\\\>) /cgox) { }
0 82 elsif (/\G (\\\<) /cgox) { }
0 82 elsif (/\G (\<) /cgox) { }
5 77 elsif (/\G (\>) /cgox) { }
77 0 elsif (/\G ($Egb18030::q_char) /cgox) { }
6879 5 0 if (--$Egb18030::nest == 0) { }
6892 0 14 if (/\G (\\\\) /cgox) { }
0 14 elsif (/\G (\\\Q$delimiter\E) /cgox) { }
1 13 elsif (/\G (\Q$delimiter\E) /cgox) { }
13 0 elsif (/\G ($Egb18030::q_char) /cgox) { }
6907 0 491 if (/\G (\#) ((?:$Egb18030::qq_char)*?) (\#) ([cgimosxpadlunbB]*) /cgox) { }
6913 0 491 if (/\G ((?>\s+)|\#.*) /cgox) { }
0 491 elsif (/\G (\() ((?:$qq_paren)*?) (\)) ([cgimosxpadlunbB]*) /cgox) { }
0 491 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) ([cgimosxpadlunbB]*) /cgox) { }
0 491 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) ([cgimosxpadlunbB]*) /cgox) { }
0 491 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) ([cgimosxpadlunbB]*) /cgox) { }
92 399 elsif (/\G (\?) ((?:$Egb18030::qq_char)*?) (\?) ([cgimosxpadlunbB]*) /cgox) { }
87 312 elsif (/\G (\') ((?:$Egb18030::qq_char)*?) (\') ([cgimosxpadlunbB]*) /cgox) { }
0 312 elsif (/\G ([*\-:\\^|]) ((?:$Egb18030::qq_char)*?) (\1) ([cgimosxpadlunbB]*) /cgox) { }
312 0 elsif (/\G (\S) ((?:$Egb18030::qq_char)*?) (\1) ([cgimosxpadlunbB]*) /cgox) { }
6938 1 291 if (/\G (\#) ((?:$Egb18030::qq_char)*?) (\#) ((?:$Egb18030::qq_char)*?) (\#) ([cegimosxpradlunbB]*) /cgox) { }
6944 0 291 if (/\G ((?>\s+)|\#.*) /cgox) { }
0 291 elsif (/\G (\() ((?:$qq_paren)*?) (\)) /cgox) { }
0 291 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) /cgox) { }
0 291 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) /cgox) { }
0 291 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) /cgox) { }
96 195 elsif (/\G (\') ((?:$Egb18030::qq_char)*?) (\') ((?:$Egb18030::qq_char)*?) (\') ([cegimosxpradlunbB]*) /cgox) { }
4 191 elsif (/\G ([*\-:?\\^|]) ((?:$Egb18030::qq_char)*?) (\1) ((?:$Egb18030::qq_char)*?) (\1) ([cegimosxpradlunbB]*) /cgox) { }
0 191 elsif (/\G (\$) ((?:$Egb18030::qq_char)*?) (\1) ((?:$Egb18030::qq_char)*?) (\1) ([cegimosxpradlunbB]*) /cgox) { }
191 0 elsif (/\G (\S) ((?:$Egb18030::qq_char)*?) (\1) ((?:$Egb18030::qq_char)*?) (\1) ([cegimosxpradlunbB]*) /cgox) { }
6948 0 0 if (/\G ((?>\s+)|\#.*) /cgox) { }
0 0 elsif (/\G (\() ((?:$qq_paren)*?) (\)) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\') ((?:$Egb18030::qq_char)*?) (\') ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\$) ((?:$Egb18030::qq_char)*?) (\$) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\:) ((?:$Egb18030::qq_char)*?) (\:) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\@) ((?:$Egb18030::qq_char)*?) (\@) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\S) ((?:$Egb18030::qq_char)*?) (\1) ([cegimosxpradlunbB]*) /cgox) { }
6965 0 0 if (/\G ((?>\s+)|\#.*) /cgox) { }
0 0 elsif (/\G (\() ((?:$qq_paren)*?) (\)) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\') ((?:$Egb18030::qq_char)*?) (\') ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\$) ((?:$Egb18030::qq_char)*?) (\$) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\:) ((?:$Egb18030::qq_char)*?) (\:) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\@) ((?:$Egb18030::qq_char)*?) (\@) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\S) ((?:$Egb18030::qq_char)*?) (\1) ([cegimosxpradlunbB]*) /cgox) { }
6982 0 0 if (/\G ((?>\s+)|\#.*) /cgox) { }
0 0 elsif (/\G (\() ((?:$qq_paren)*?) (\)) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\') ((?:$Egb18030::qq_char)*?) (\') ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\$) ((?:$Egb18030::qq_char)*?) (\$) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\S) ((?:$Egb18030::qq_char)*?) (\1) ([cegimosxpradlunbB]*) /cgox) { }
6997 0 0 if (/\G ((?>\s+)|\#.*) /cgox) { }
0 0 elsif (/\G (\() ((?:$qq_paren)*?) (\)) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\') ((?:$Egb18030::qq_char)*?) (\') ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\$) ((?:$Egb18030::qq_char)*?) (\$) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\:) ((?:$Egb18030::qq_char)*?) (\:) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\@) ((?:$Egb18030::qq_char)*?) (\@) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\S) ((?:$Egb18030::qq_char)*?) (\1) ([cegimosxpradlunbB]*) /cgox) { }
7063 0 3 if ($2 >= 6 or $2 == 5 and $3 ge '012') { }
7071 0 0 if ($2 >= 6 or $2 == 5 and $3 >= 12) { }
7151 8 16052 if (/\G (\\\\) /cgox) { }
48 16004 elsif (/\G (\\\') /cgox) { }
3249 12755 elsif (/\G \' /cgox) { }
12755 0 elsif (/\G ($Egb18030::q_char) /cgox) { }
7163 109 72392 if (/\G (\\\\) /cgox) { }
14 72378 elsif (/\G (\\\") /cgox) { }
3465 68913 elsif (/\G \" /cgox) { }
68913 0 elsif (/\G ($Egb18030::q_char) /cgox) { }
7175 0 318 if (/\G (\\\\) /cgox) { }
0 318 elsif (/\G (\\\`) /cgox) { }
38 280 elsif (/\G \` /cgox) { }
280 0 elsif (/\G ($Egb18030::q_char) /cgox) { }
7187 11 12663 if (/\G (\\\\) /cgox) { }
0 12663 elsif (m[\G (\\/) ]cgox) { }
1239 11424 elsif (m[\G / ([cgimosxpadlunbB]*) ]cgox) { }
11424 0 elsif (/\G ($Egb18030::q_char) /cgox) { }
7199 0 266 if (/\G (\\\\) /cgox) { }
0 266 elsif (/\G (\\\?) /cgox) { }
92 174 elsif (/\G \? ([cgimosxpadlunbB]*) /cgox) { }
174 0 elsif (/\G ($Egb18030::q_char) /cgox) { }
7220 6 0 if ($here_script eq '')
7224 6 0 if ($here_script =~ s/\A (.*?) \n ([\t ]*) $delimiter \n //msx) { }
7253 3 0 if ($here_script eq '')
7257 3 0 if ($here_script =~ s/\A (.*?) \n ([\t ]*) $delimiter \n //msx) { }
7277 6 0 if ($here_script eq '')
7281 6 0 if ($here_script =~ s/\A (.*?) \n ([\t ]*) $delimiter \n //msx) { }
7301 3 0 if ($here_script eq '')
7305 3 0 if ($here_script =~ s/\A (.*?) \n ([\t ]*) $delimiter \n //msx) { }
7325 6 0 if ($here_script eq '')
7329 6 0 if ($here_script =~ s/\A (.*?) \n ([\t ]*) $delimiter \n //msx) { }
7349 83 3 if ($here_script eq '')
7353 86 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
7379 1 1 if ($here_script eq '')
7383 2 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
7400 38 1 if ($here_script eq '')
7404 39 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
7421 57 3 if ($here_script eq '')
7425 60 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
7442 0 0 if ($here_script eq '')
7446 0 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
7587 3200 79 unless (grep /\A \{ \z/msx, @char and grep /\A \} \z/msx, @char)
7588 3200 0 unless ($string =~ /<
7595 0 606 if (do { $string =~ /\G ( \$` | \$\{`\} | \$ (?>\s*) PREMATCH \b | \$ (?>\s*) \{ (?>\s*) PREMATCH (?>\s*) \} | \$ (?>\s*) \{\^PREMATCH\} ) /cgmosx }) { }
0 606 elsif ($string =~ /\G ( \$& | \$\{&\} | \$ (?>\s*) MATCH \b | \$ (?>\s*) \{ (?>\s*) MATCH (?>\s*) \} | \$ (?>\s*) \{\^MATCH\} ) /cgmosx) { }
0 606 elsif ($string =~ /\G ( \$' | \$\{'\} ) /cgmosx) { }
0 606 elsif ($string =~ /\G ( \$ (?>\s*) POSTMATCH \b | \$ (?>\s*) \{ (?>\s*) POSTMATCH (?>\s*) \} | \$ (?>\s*) \{\^POSTMATCH\} ) /cgmosx) { }
0 606 elsif ($string =~ /\G ( \{ (?>\s*) (?: tr | index | rindex | reverse ) (?>\s*) \} ) /cgmosx) { }
0 606 elsif ($string =~ /\G ( \$ 0 ) /cgmosx) { }
0 606 elsif ($string =~ /\G ( \$ \{ (?>\s*) 0 (?>\s*) \} ) /cgmosx) { }
0 606 elsif ($string =~ /\G ( \$ \$ ) (?![\w\{]) /cgmosx) { }
0 606 elsif ($string =~ /\G \$ ((?>[1-9][0-9]*)) /cgmosx) { }
0 606 elsif ($string =~ /\G \$ \{ (?>\s*) ((?>[1-9][0-9]*)) (?>\s*) \} /cgmosx) { }
0 606 elsif ($string =~ /\G \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \[ .+? \] ) /cgmosx) { }
0 606 elsif ($string =~ /\G \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \{ .+? \} ) /cgmosx) { }
0 606 elsif ($string =~ /\G \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) /cgmosx) { }
0 606 elsif ($string =~ /\G \$ (?>\s*) \{ ((?> \s* [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* \s* )) \} /cgmosx) { }
3 603 elsif ($string =~ /\G \$ (?>\s*) \{ (?>\s*) ( $qq_brace ) (?>\s*) \} /cgmosx) { }
0 603 elsif ($string =~ /\G ( (?: [\$\@\%\&\*] | \$\# | -> | \b sub \b) (?>\s*) (?: split | chop | index | rindex | lc | uc | fc | chr | ord | reverse | getc | tr | y | q | qq | qx | qw | m | s | qr | glob | lstat | opendir | stat | unlink | chdir ) ) \b /cgmosx) { }
0 603 elsif ($string =~ m{\G ( \$[\$\@\#\\\'\"/\?\(\)\[\]\<\>] ) }cgmosx) { }
0 603 elsif ($string =~ /\G \b (CORE:: | ->(>?\s*) (?: atan2 | [a-z]{2,})) \b /cgox) { }
0 603 elsif ($string =~ /\G \b Char::eval (?= (?>\s*) \{ ) /cgox) { }
0 603 elsif ($string =~ /\G \b GB18030::eval (?= (?>\s*) \{ ) /cgox) { }
0 603 elsif ($string =~ /\G \b Char::eval \b /cgox) { }
0 603 elsif ($string =~ /\G \b GB18030::eval \b /cgox) { }
0 603 elsif ($string =~ /\G \b bytes::substr \b /cgox) { }
0 603 elsif ($string =~ /\G \b chop \b /cgox) { }
0 603 elsif ($string =~ /\G \b bytes::index \b /cgox) { }
0 603 elsif ($string =~ /\G \b Char::index \b /cgox) { }
0 603 elsif ($string =~ /\G \b GB18030::index \b /cgox) { }
0 603 elsif ($string =~ /\G \b index \b /cgox) { }
0 603 elsif ($string =~ /\G \b bytes::rindex \b /cgox) { }
0 603 elsif ($string =~ /\G \b Char::rindex \b /cgox) { }
0 603 elsif ($string =~ /\G \b GB18030::rindex \b /cgox) { }
0 603 elsif ($string =~ /\G \b rindex \b /cgox) { }
0 603 elsif ($string =~ /\G \b lc (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 603 elsif ($string =~ /\G \b lcfirst (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 603 elsif ($string =~ /\G \b uc (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 603 elsif ($string =~ /\G \b ucfirst (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 603 elsif ($string =~ /\G \b fc (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 603 elsif ($string =~ /\G (-[rwxoRWXOezfdlpSbcugkTB] (?>(?:\s+ -[rwxoRWXOezfdlpSbcugkTB])+)) (?>\s*) (\") ((?:$Egb18030::qq_char)+?) (\") /cgox) { }
0 603 elsif ($string =~ /\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) qq (?>\s*) (\#) ((?:$Egb18030::qq_char)+?) (\#) /cgox) { }
0 603 elsif ($string =~ /\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) qq (?>\s*) (\() ((?:$qq_paren)+?) (\)) /cgox) { }
0 603 elsif ($string =~ /\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) qq (?>\s*) (\{) ((?:$qq_brace)+?) (\}) /cgox) { }
0 603 elsif ($string =~ /\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) qq (?>\s*) (\[) ((?:$qq_bracket)+?) (\]) /cgox) { }
0 603 elsif ($string =~ /\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) qq (?>\s*) (\<) ((?:$qq_angle)+?) (\>) /cgox) { }
1 602 elsif ($string =~ /\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) qq (?>\s*) (\S) ((?:$Egb18030::qq_char)+?) (\2) /cgox) { }
1 601 elsif ($string =~ /\G (-[rwxoRWXOezfdlpSbcugkTB] (?>(?:\s+ -[rwxoRWXOezfdlpSbcugkTB])+)) (?>\s*) (\') ((?:\\\'|\\\\|$Egb18030::q_char)+?) (\') /cgox) { }
0 601 elsif ($string =~ /\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) q (?>\s*) (\#) ((?:\\\#|\\\\|$Egb18030::q_char)+?) (\#) /cgox) { }
0 601 elsif ($string =~ /\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) q (?>\s*) (\() ((?:\\\)|\\\\|$q_paren)+?) (\)) /cgox) { }
0 601 elsif ($string =~ /\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) q (?>\s*) (\{) ((?:\\\}|\\\\|$q_brace)+?) (\}) /cgox) { }
0 601 elsif ($string =~ /\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) q (?>\s*) (\[) ((?:\\\]|\\\\|$q_bracket)+?) (\]) /cgox) { }
0 601 elsif ($string =~ /\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) q (?>\s*) (\<) ((?:\\\>|\\\\|$q_angle)+?) (\>) /cgox) { }
1 600 elsif ($string =~ /\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) q (?>\s*) (\S) ((?:\\\2|\\\\|$Egb18030::q_char)+?) (\2) /cgox) { }
0 600 elsif ($string =~ /\G (-[rwxoRWXOezfdlpSbcugkTB] (?>(?:\s+ -[rwxoRWXOezfdlpSbcugkTB])+)) (\$ (?> \w+ (?: ::\w+)*) (?: (?: ->)? (?: [\$\@\%\&\*]\* | \$\#\* | \( (?:$qq_paren)*? \) | [\@\%\*]? \{ (?:$qq_brace)+? \} | [\@\%]? \[ (?:$qq_bracket)+? \] ) )*) /cgox) { }
0 600 elsif ($string =~ /\G (-[rwxoRWXOezfdlpSbcugkTB] (?>(?:\s+ -[rwxoRWXOezfdlpSbcugkTB])+)) \( ((?:$qq_paren)*?) \) /cgox) { }
0 600 elsif ($string =~ /\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) (?= [a-z]+) /cgox) { }
0 600 elsif ($string =~ /\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) ((?>\w+)) /cgox) { }
0 600 elsif ($string =~ /\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s*) (\") ((?:$Egb18030::qq_char)+?) (\") /cgox) { }
0 600 elsif ($string =~ /\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) qq (?>\s*) (\#) ((?:$Egb18030::qq_char)+?) (\#) /cgox) { }
0 600 elsif ($string =~ /\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) qq (?>\s*) (\() ((?:$qq_paren)+?) (\)) /cgox) { }
0 600 elsif ($string =~ /\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) qq (?>\s*) (\{) ((?:$qq_brace)+?) (\}) /cgox) { }
0 600 elsif ($string =~ /\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) qq (?>\s*) (\[) ((?:$qq_bracket)+?) (\]) /cgox) { }
0 600 elsif ($string =~ /\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) qq (?>\s*) (\<) ((?:$qq_angle)+?) (\>) /cgox) { }
2 598 elsif ($string =~ /\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) qq (?>\s*) (\S) ((?:$Egb18030::qq_char)+?) (\2) /cgox) { }
1 597 elsif ($string =~ /\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s*) (\') ((?:\\\'|\\\\|$Egb18030::q_char)+?) (\') /cgox) { }
0 597 elsif ($string =~ /\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) q (?>\s*) (\#) ((?:\\\#|\\\\|$Egb18030::q_char)+?) (\#) /cgox) { }
0 597 elsif ($string =~ /\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) q (?>\s*) (\() ((?:\\\)|\\\\|$q_paren)+?) (\)) /cgox) { }
0 597 elsif ($string =~ /\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) q (?>\s*) (\{) ((?:\\\}|\\\\|$q_brace)+?) (\}) /cgox) { }
0 597 elsif ($string =~ /\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) q (?>\s*) (\[) ((?:\\\]|\\\\|$q_bracket)+?) (\]) /cgox) { }
0 597 elsif ($string =~ /\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) q (?>\s*) (\<) ((?:\\\>|\\\\|$q_angle)+?) (\>) /cgox) { }
2 595 elsif ($string =~ /\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) q (?>\s*) (\S) ((?:\\\2|\\\\|$Egb18030::q_char)+?) (\2) /cgox) { }
0 595 elsif ($string =~ /\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s*) (\$ (?> \w+ (?: ::\w+)*) (?: (?: ->)? (?: [\$\@\%\&\*]\* | \$\#\* | \( (?:$qq_paren)*? \) | [\@\%\*]? \{ (?:$qq_brace)+? \} | [\@\%]? \[ (?:$qq_bracket)+? \] ) )*) /cgox) { }
0 595 elsif ($string =~ /\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s*) \( ((?:$qq_paren)*?) \) /cgox) { }
0 595 elsif ($string =~ /\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?= (?>\s+) [a-z]+) /cgox) { }
0 595 elsif ($string =~ /\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) ((?>\w+)) /cgox) { }
0 595 elsif ($string =~ /\G -(t) (?>\s+) ((?>\w+)) /cgox) { }
0 595 elsif ($string =~ /\G \b lstat (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 595 elsif ($string =~ /\G \b stat (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 595 elsif ($string =~ /\G -s (?>\s*) (\") ((?:$Egb18030::qq_char)+?) (\") /cgox) { }
0 595 elsif ($string =~ /\G -s (?>\s+) qq (?>\s*) (\#) ((?:$Egb18030::qq_char)+?) (\#) /cgox) { }
0 595 elsif ($string =~ /\G -s (?>\s+) qq (?>\s*) (\() ((?:$qq_paren)+?) (\)) /cgox) { }
0 595 elsif ($string =~ /\G -s (?>\s+) qq (?>\s*) (\{) ((?:$qq_brace)+?) (\}) /cgox) { }
0 595 elsif ($string =~ /\G -s (?>\s+) qq (?>\s*) (\[) ((?:$qq_bracket)+?) (\]) /cgox) { }
0 595 elsif ($string =~ /\G -s (?>\s+) qq (?>\s*) (\<) ((?:$qq_angle)+?) (\>) /cgox) { }
0 595 elsif ($string =~ /\G -s (?>\s+) qq (?>\s*) (\S) ((?:$Egb18030::qq_char)+?) (\1) /cgox) { }
0 595 elsif ($string =~ /\G -s (?>\s*) (\') ((?:\\\'|\\\\|$Egb18030::q_char)+?) (\') /cgox) { }
0 595 elsif ($string =~ /\G -s (?>\s+) q (?>\s*) (\#) ((?:\\\#|\\\\|$Egb18030::q_char)+?) (\#) /cgox) { }
0 595 elsif ($string =~ /\G -s (?>\s+) q (?>\s*) (\() ((?:\\\)|\\\\|$q_paren)+?) (\)) /cgox) { }
0 595 elsif ($string =~ /\G -s (?>\s+) q (?>\s*) (\{) ((?:\\\}|\\\\|$q_brace)+?) (\}) /cgox) { }
0 595 elsif ($string =~ /\G -s (?>\s+) q (?>\s*) (\[) ((?:\\\]|\\\\|$q_bracket)+?) (\]) /cgox) { }
0 595 elsif ($string =~ /\G -s (?>\s+) q (?>\s*) (\<) ((?:\\\>|\\\\|$q_angle)+?) (\>) /cgox) { }
0 595 elsif ($string =~ /\G -s (?>\s+) q (?>\s*) (\S) ((?:\\\1|\\\\|$Egb18030::q_char)+?) (\1) /cgox) { }
0 595 elsif ($string =~ /\G -s (?>\s*) (\$ (?> \w+ (?: ::\w+)*) (?: (?: ->)? (?: [\$\@\%\&\*]\* | \$\#\* | \( (?:$qq_paren)*? \) | [\@\%\*]? \{ (?:$qq_brace)+? \} | [\@\%]? \[ (?:$qq_bracket)+? \] ))*) /cgox) { }
0 595 elsif ($string =~ /\G -s (?>\s*) \( ((?:$qq_paren)*?) \) /cgox) { }
0 595 elsif ($string =~ /\G -s (?= (?>\s+) [a-z]+) /cgox) { }
0 595 elsif ($string =~ /\G -s (?>\s+) ((?>\w+)) /cgox) { }
0 595 elsif ($string =~ /\G \b bytes::length (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 595 elsif ($string =~ /\G \b bytes::chr (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 595 elsif ($string =~ /\G \b chr (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 595 elsif ($string =~ /\G \b bytes::ord (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 595 elsif ($string =~ /\G \b ord (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 595 elsif ($string =~ /\G \b glob (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 595 elsif ($string =~ /\G \b lc \b /cgox) { }
0 595 elsif ($string =~ /\G \b lcfirst \b /cgox) { }
0 595 elsif ($string =~ /\G \b uc \b /cgox) { }
0 595 elsif ($string =~ /\G \b ucfirst \b /cgox) { }
0 595 elsif ($string =~ /\G \b fc \b /cgox) { }
0 595 elsif ($string =~ /\G \b lstat \b /cgox) { }
0 595 elsif ($string =~ /\G \b stat \b /cgox) { }
0 595 elsif ($string =~ /\G (-[rwxoRWXOezfdlpSbcugkTB] (?>(?:\s+ -[rwxoRWXOezfdlpSbcugkTB])+)) \b /cgox) { }
0 595 elsif ($string =~ /\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) \b /cgox) { }
0 595 elsif ($string =~ /\G -s \b /cgox) { }
0 595 elsif ($string =~ /\G \b bytes::length \b /cgox) { }
0 595 elsif ($string =~ /\G \b bytes::chr \b /cgox) { }
0 595 elsif ($string =~ /\G \b chr \b /cgox) { }
0 595 elsif ($string =~ /\G \b bytes::ord \b /cgox) { }
0 595 elsif ($string =~ /\G \b ord \b /cgox) { }
0 595 elsif ($string =~ /\G \b glob \b /cgox) { }
0 595 elsif ($string =~ /\G \b reverse \b /cgox) { }
0 595 elsif ($string =~ /\G \b getc \b /cgox) { }
0 595 elsif ($string =~ /\G \b opendir ((?>\s*) \( (?>\s*)) (?=[A-Za-z_]) /cgox) { }
0 595 elsif ($string =~ /\G \b opendir ((?>\s+)) (?=[A-Za-z_]) /cgox) { }
0 595 elsif ($string =~ /\G \b unlink \b /cgox) { }
0 595 elsif ($string =~ /\G \b (chdir) \b (?! (?>\s*) => ) /cgox) { }
0 595 elsif ($string =~ /\G \b (split) \b (?! (?>\s*) => ) /cgox) { }
0 595 elsif ($string =~ /\G \b (qq) \b /cgox) { }
0 595 elsif ($string =~ /\G \b (qx) \b /cgox) { }
0 595 elsif ($string =~ /\G \b (q) \b /cgox) { }
44 551 elsif ($string =~ /\G (?
6 545 elsif ($string =~ /\G (\") ((?:$Egb18030::qq_char)*?) (\") /cgox) { }
0 545 elsif ($string =~ /\G (\`) ((?:$Egb18030::qq_char)*?) (\`) /cgox) { }
0 545 elsif ($string =~ /\G ( <<>> ) /cgox) { }
0 545 elsif ($string =~ /\G ( <<= | <=> | <= | < ) (?= (?>\s*) [A-Za-z_0-9'"`\$\@\&\*\(\+\-] )/cgox) { }
0 545 elsif ($string =~ /\G (<[\$]?[A-Za-z_][A-Za-z_0-9]*>) /cgox) { }
0 545 elsif ($string =~ /\G < ((?:$Egb18030::q_char)+?) > /cgox) { }
0 545 elsif ($string =~ /\G ( << (?>\s*) ) (?= [0-9\$\@\&] ) /cgox) { }
0 545 elsif ($string =~ /\G ( <<~ [\t ]* '([a-zA-Z_0-9]*)' ) /cgox) { }
0 545 elsif ($string =~ /\G ( <<~ \\([a-zA-Z_0-9]+) ) /cgox) { }
0 545 elsif ($string =~ /\G ( <<~ [\t ]* "([a-zA-Z_0-9]*)" ) /cgox) { }
0 545 elsif ($string =~ /\G ( <<~ ([a-zA-Z_0-9]+) ) /cgox) { }
0 545 elsif ($string =~ /\G ( <<~ [\t ]* `([a-zA-Z_0-9]*)` ) /cgox) { }
0 545 elsif ($string =~ /\G ( << '([a-zA-Z_0-9]*)' ) /cgox) { }
0 545 elsif ($string =~ /\G ( << \\([a-zA-Z_0-9]+) ) /cgox) { }
0 545 elsif ($string =~ /\G ( << "([a-zA-Z_0-9]*)" ) /cgox) { }
0 545 elsif ($string =~ /\G ( << ([a-zA-Z_0-9]+) ) /cgox) { }
0 545 elsif ($string =~ /\G ( << `([a-zA-Z_0-9]*)` ) /cgox) { }
80 465 elsif ($string =~ /\G ( -- | \+\+ | [\)\}\]] ) /cgox) { }
0 465 elsif ($string =~ /\G ( \.\.\. ) /cgox) { }
112 353 elsif ($string =~ m"\G ((?> !~~ | !~ | != | ! | %= | % | &&= | && | &= | &\.= | &\. | & | -= | -> | - | :(?>\s*)= | : | <<>> | <<= | <=> | <= | < | == | => | =~ | = | >>= | >> | >= | > | \*\*= | \*\* | \*= | \* | \+= | \+ | \.\. | \.= | \. | //= | // | /= | / | \? | \\ | \^= | \^\.= | \^\. | \^ | \b x= | \|\|= | \|\| | \|= | \|\.= | \|\. | \| | ~~ | ~\. | ~ | \b(?: and | cmp | eq | ge | gt | le | lt | ne | not | or | xor | x )\b | \b(?: print )\b | [,;\(\{\[] )) "cgox) { }
353 0 elsif ($string =~ /\G ($Egb18030::q_char) /cgox) { }
7832 0 0 if ($string =~ /\G (?= [,;\)\}\]] ) /cgox) { }
0 0 elsif ($string =~ /\G ( [\$\@\&\*] $qq_scalar ) /cgox) { }
0 0 elsif ($string =~ /\G \b (qq) \b /cgox) { }
0 0 elsif ($string =~ /\G \b (q) \b /cgox) { }
0 0 elsif ($string =~ /\G (\') /cgox) { }
0 0 elsif ($string =~ /\G (\") /cgox) { }
7839 0 0 if ($string =~ /\G (\#) ((?:$Egb18030::qq_char)*?) (\#) /cgox) { }
7842 0 0 if ($string =~ /\G ((?>\s+)|\#.*) /cgox) { }
0 0 elsif ($string =~ /\G (\() ((?:$qq_paren)*?) (\)) /cgox) { }
0 0 elsif ($string =~ /\G (\{) ((?:$qq_brace)*?) (\}) /cgox) { }
0 0 elsif ($string =~ /\G (\[) ((?:$qq_bracket)*?) (\]) /cgox) { }
0 0 elsif ($string =~ /\G (\<) ((?:$qq_angle)*?) (\>) /cgox) { }
0 0 elsif ($string =~ /\G ([*\-:?\\^|]) ((?:$Egb18030::qq_char)*?) (\1) /cgox) { }
0 0 elsif ($string =~ /\G (\S) ((?:$Egb18030::qq_char)*?) (\1) /cgox) { }
7856 0 0 if ($string =~ /\G (\#) ((?:\\\#|\\\\|$Egb18030::q_char)*?) (\#) /cgox) { }
7859 0 0 if ($string =~ /\G ((?>\s+)|\#.*) /cgox) { }
0 0 elsif ($string =~ /\G (\() ((?:\\\\|\\\)|\\\(|$q_paren)*?) (\)) /cgox) { }
0 0 elsif ($string =~ /\G (\{) ((?:\\\\|\\\}|\\\{|$q_brace)*?) (\}) /cgox) { }
0 0 elsif ($string =~ /\G (\[) ((?:\\\\|\\\]|\\\[|$q_bracket)*?) (\]) /cgox) { }
0 0 elsif ($string =~ /\G (\<) ((?:\\\\|\\\>|\\\<|$q_angle)*?) (\>) /cgox) { }
0 0 elsif ($string =~ /\G ([*\-:?\\^|]) ((?:$Egb18030::q_char)*?) (\1) /cgox) { }
0 0 elsif ($string =~ /\G (\S) ((?:\\\\|\\\1| $Egb18030::q_char)*?) (\1) /cgox) { }
7875 0 0 if ($string =~ /\G (\\\\) /cgox) { }
0 0 elsif ($string =~ /\G (\\\') /cgox) { }
0 0 elsif ($string =~ /\G \' /cgox) { }
0 0 elsif ($string =~ /\G ($Egb18030::q_char) /cgox) { }
7887 0 0 if ($string =~ /\G (\\\\) /cgox) { }
0 0 elsif ($string =~ /\G (\\\") /cgox) { }
0 0 elsif ($string =~ /\G \" /cgox) { }
0 0 elsif ($string =~ /\G ($Egb18030::q_char) /cgox) { }
7906 0 0 if ($string =~ /\G (?= [,;\)\}\]] ) /cgox) { }
0 0 elsif ($string =~ /\G ( [\$\@\&\*] $qq_scalar ) /cgox) { }
0 0 elsif ($string =~ /\G \b qq (\#) [ ] (\#) /cgox) { }
0 0 elsif ($string =~ /\G \b qq ((?>\s*)) (\() [ ] (\)) /cgox) { }
0 0 elsif ($string =~ /\G \b qq ((?>\s*)) (\{) [ ] (\}) /cgox) { }
0 0 elsif ($string =~ /\G \b qq ((?>\s*)) (\[) [ ] (\]) /cgox) { }
0 0 elsif ($string =~ /\G \b qq ((?>\s*)) (\<) [ ] (\>) /cgox) { }
0 0 elsif ($string =~ /\G \b qq ((?>\s*)) (\S) [ ] (\2) /cgox) { }
0 0 elsif ($string =~ /\G \b q (\#) [ ] (\#) /cgox) { }
0 0 elsif ($string =~ /\G \b q ((?>\s*)) (\() [ ] (\)) /cgox) { }
0 0 elsif ($string =~ /\G \b q ((?>\s*)) (\{) [ ] (\}) /cgox) { }
0 0 elsif ($string =~ /\G \b q ((?>\s*)) (\[) [ ] (\]) /cgox) { }
0 0 elsif ($string =~ /\G \b q ((?>\s*)) (\<) [ ] (\>) /cgox) { }
0 0 elsif ($string =~ /\G \b q ((?>\s*)) (\S) [ ] (\2) /cgox) { }
0 0 elsif ($string =~ /\G ' [ ] ' /cgox) { }
0 0 elsif ($string =~ /\G " [ ] " /cgox) { }
0 0 elsif ($string =~ /\G \b (qq) \b /cgox) { }
0 0 elsif ($string =~ /\G \b (qr) \b /cgox) { }
0 0 elsif ($string =~ /\G \b (q) \b /cgox) { }
0 0 elsif ($string =~ /\G \b (m) \b /cgox) { }
0 0 elsif ($string =~ /\G (\') /cgox) { }
0 0 elsif ($string =~ /\G (\") /cgox) { }
0 0 elsif ($string =~ m[\G (/) ]cgox) { }
7929 0 0 if ($string =~ /\G (\#) ((?:$Egb18030::qq_char)*?) (\#) /cgox) { }
7932 0 0 if ($string =~ /\G ((?>\s+)|\#.*) /cgox) { }
0 0 elsif ($string =~ /\G (\() ((?:$qq_paren)*?) (\)) /cgox) { }
0 0 elsif ($string =~ /\G (\{) ((?:$qq_brace)*?) (\}) /cgox) { }
0 0 elsif ($string =~ /\G (\[) ((?:$qq_bracket)*?) (\]) /cgox) { }
0 0 elsif ($string =~ /\G (\<) ((?:$qq_angle)*?) (\>) /cgox) { }
0 0 elsif ($string =~ /\G ([*\-:?\\^|]) ((?:$Egb18030::qq_char)*?) (\1) /cgox) { }
0 0 elsif ($string =~ /\G (\S) ((?:$Egb18030::qq_char)*?) (\1) /cgox) { }
7946 0 0 if ($string =~ /\G (\#) ((?:$Egb18030::qq_char)*?) (\#) ([imosxpadlunbB]*) /cgox) { }
7949 0 0 if ($string =~ /\G ((?>\s+)|\#.*) /cgox) { }
0 0 elsif ($string =~ /\G (\() ((?:$qq_paren)*?) (\)) ([imosxpadlunbB]*) /cgox) { }
0 0 elsif ($string =~ /\G (\{) ((?:$qq_brace)*?) (\}) ([imosxpadlunbB]*) /cgox) { }
0 0 elsif ($string =~ /\G (\[) ((?:$qq_bracket)*?) (\]) ([imosxpadlunbB]*) /cgox) { }
0 0 elsif ($string =~ /\G (\<) ((?:$qq_angle)*?) (\>) ([imosxpadlunbB]*) /cgox) { }
0 0 elsif ($string =~ /\G (\') ((?:$Egb18030::qq_char)*?) (\') ([imosxpadlunbB]*) /cgox) { }
0 0 elsif ($string =~ /\G ([*\-:?\\^|]) ((?:$Egb18030::qq_char)*?) (\1) ([imosxpadlunbB]*) /cgox) { }
0 0 elsif ($string =~ /\G (\S) ((?:$Egb18030::qq_char)*?) (\1) ([imosxpadlunbB]*) /cgox) { }
7964 0 0 if ($string =~ /\G (\#) ((?:\\\#|\\\\|$Egb18030::q_char)*?) (\#) /cgox) { }
7967 0 0 if ($string =~ /\G ((?>\s+)|\#.*) /cgox) { }
0 0 elsif ($string =~ /\G (\() ((?:\\\\|\\\)|\\\(|$q_paren)*?) (\)) /cgox) { }
0 0 elsif ($string =~ /\G (\{) ((?:\\\\|\\\}|\\\{|$q_brace)*?) (\}) /cgox) { }
0 0 elsif ($string =~ /\G (\[) ((?:\\\\|\\\]|\\\[|$q_bracket)*?) (\]) /cgox) { }
0 0 elsif ($string =~ /\G (\<) ((?:\\\\|\\\>|\\\<|$q_angle)*?) (\>) /cgox) { }
0 0 elsif ($string =~ /\G ([*\-:?\\^|]) ((?:$Egb18030::q_char)*?) (\1) /cgox) { }
0 0 elsif ($string =~ /\G (\S) ((?:\\\\|\\\1| $Egb18030::q_char)*?) (\1) /cgox) { }
7981 0 0 if ($string =~ /\G (\#) ((?:$Egb18030::qq_char)*?) (\#) ([cgimosxpadlunbB]*) /cgox) { }
7984 0 0 if ($string =~ /\G ((?>\s+)|\#.*) /cgox) { }
0 0 elsif ($string =~ /\G (\() ((?:$qq_paren)*?) (\)) ([cgimosxpadlunbB]*) /cgox) { }
0 0 elsif ($string =~ /\G (\{) ((?:$qq_brace)*?) (\}) ([cgimosxpadlunbB]*) /cgox) { }
0 0 elsif ($string =~ /\G (\[) ((?:$qq_bracket)*?) (\]) ([cgimosxpadlunbB]*) /cgox) { }
0 0 elsif ($string =~ /\G (\<) ((?:$qq_angle)*?) (\>) ([cgimosxpadlunbB]*) /cgox) { }
0 0 elsif ($string =~ /\G (\') ((?:$Egb18030::qq_char)*?) (\') ([cgimosxpadlunbB]*) /cgox) { }
0 0 elsif ($string =~ /\G ([*\-:?\\^|]) ((?:$Egb18030::qq_char)*?) (\1) ([cgimosxpadlunbB]*) /cgox) { }
0 0 elsif ($string =~ /\G (\S) ((?:$Egb18030::qq_char)*?) (\1) ([cgimosxpadlunbB]*) /cgox) { }
8001 0 0 if ($string =~ /\G (\\\\) /cgox) { }
0 0 elsif ($string =~ /\G (\\\') /cgox) { }
0 0 elsif ($string =~ /\G \' /cgox) { }
0 0 elsif ($string =~ /\G ($Egb18030::q_char) /cgox) { }
8013 0 0 if ($string =~ /\G (\\\\) /cgox) { }
0 0 elsif ($string =~ /\G (\\\") /cgox) { }
0 0 elsif ($string =~ /\G \" /cgox) { }
0 0 elsif ($string =~ /\G ($Egb18030::q_char) /cgox) { }
8025 0 0 if ($string =~ /\G (\\\\) /cgox) { }
0 0 elsif ($string =~ m[\G (\\/) ]cgox) { }
0 0 elsif ($string =~ m[\G / ([cgimosxpadlunbB]*) ]cgox) { }
0 0 elsif ($string =~ /\G ($Egb18030::q_char) /cgox) { }
8037 0 0 if ($string =~ /\G (\#) ((?:$Egb18030::qq_char)*?) (\#) /cgox) { }
8043 0 0 if ($string =~ /\G ((?>\s+)|\#.*) /cgox) { }
0 0 elsif ($string =~ /\G (\() ((?:$qq_paren)*?) (\)) /cgox) { }
0 0 elsif ($string =~ /\G (\{) ((?:$qq_brace)*?) (\}) /cgox) { }
0 0 elsif ($string =~ /\G (\[) ((?:$qq_bracket)*?) (\]) /cgox) { }
0 0 elsif ($string =~ /\G (\<) ((?:$qq_angle)*?) (\>) /cgox) { }
0 0 elsif ($string =~ /\G (\S) ((?:$Egb18030::qq_char)*?) (\1) /cgox) { }
8057 0 0 if ($string =~ /\G (\#) ((?:$Egb18030::qq_char)*?) (\#) /cgox) { }
8063 0 0 if ($string =~ /\G ((?>\s+)|\#.*) /cgox) { }
0 0 elsif ($string =~ /\G (\() ((?:$qq_paren)*?) (\)) /cgox) { }
0 0 elsif ($string =~ /\G (\{) ((?:$qq_brace)*?) (\}) /cgox) { }
0 0 elsif ($string =~ /\G (\[) ((?:$qq_bracket)*?) (\]) /cgox) { }
0 0 elsif ($string =~ /\G (\<) ((?:$qq_angle)*?) (\>) /cgox) { }
0 0 elsif ($string =~ /\G (\') ((?:$Egb18030::qq_char)*?) (\') /cgox) { }
0 0 elsif ($string =~ /\G (\S) ((?:$Egb18030::qq_char)*?) (\1) /cgox) { }
8078 0 0 if ($string =~ /\G (\#) ((?:\\\#|\\\\|$Egb18030::q_char)*?) (\#) /cgox) { }
8084 0 0 if ($string =~ /\G ((?>\s+)|\#.*) /cgox) { }
0 0 elsif ($string =~ /\G (\() ((?:\\\\|\\\)|\\\(|$q_paren)*?) (\)) /cgox) { }
0 0 elsif ($string =~ /\G (\{) ((?:\\\\|\\\}|\\\{|$q_brace)*?) (\}) /cgox) { }
0 0 elsif ($string =~ /\G (\[) ((?:\\\\|\\\]|\\\[|$q_bracket)*?) (\]) /cgox) { }
0 0 elsif ($string =~ /\G (\<) ((?:\\\\|\\\>|\\\<|$q_angle)*?) (\>) /cgox) { }
0 0 elsif ($string =~ /\G (\S) ((?:\\\\|\\\1| $Egb18030::q_char)*?) (\1) /cgox) { }
8131 0 0 if ($here_script eq '')
8135 0 0 if ($here_script =~ s/\A (.*?) \n ([\t ]*) $delimiter \n //msx) { }
8155 0 0 if ($here_script eq '')
8159 0 0 if ($here_script =~ s/\A (.*?) \n ([\t ]*) $delimiter \n //msx) { }
8179 0 0 if ($here_script eq '')
8183 0 0 if ($here_script =~ s/\A (.*?) \n ([\t ]*) $delimiter \n //msx) { }
8203 0 0 if ($here_script eq '')
8207 0 0 if ($here_script =~ s/\A (.*?) \n ([\t ]*) $delimiter \n //msx) { }
8227 0 0 if ($here_script eq '')
8231 0 0 if ($here_script =~ s/\A (.*?) \n ([\t ]*) $delimiter \n //msx) { }
8251 0 0 if ($here_script eq '')
8255 0 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
8272 0 0 if ($here_script eq '')
8276 0 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
8293 0 0 if ($here_script eq '')
8297 0 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
8314 0 0 if ($here_script eq '')
8318 0 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
8335 0 0 if ($here_script eq '')
8339 0 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
8411 115 5379 if ($char eq '.') { }
8412 23 92 if ($modifier =~ /s/) { }
8450 0 11 if ($modifier =~ tr/Bb//d) { }
8451 0 0 if ($variable eq '') { }
8459 2 9 if ($variable eq '') { }
8481 22 0 if (not $charclass =~ /'/mosx) { }
0 0 elsif (not $charclass =~ m[/]mosx) { }
0 0 elsif (not $charclass =~ /\#/mosx) { }
0 0 elsif (not $charclass =~ /[\<\>]/mosx) { }
0 0 elsif (not $charclass =~ /[\(\)]/mosx) { }
0 0 elsif (not $charclass =~ /[\{\}]/mosx) { }
8501 0 0 unless ($charclass =~ /\Q$char\E/msx)
8522 1 21554 if ($char[$i] =~ /\A ([\x80-\xFF].*) (\Q$delimiter\E|\Q$end_delimiter\E) \z/msx) { }
22 38939 elsif (defined $char[$i + 1] and $char[$i + 1] eq '\\' and $char[$i] =~ /\A ([\x80-\xFF].*) (\\) \z/msx) { }
8529 204 3835 if (defined $char[-1] and $char[-1] =~ /\A ([\x80-\xFF].*) (\\) \z/msx)
8568 0 311085 if ($char[$i] eq '\\L' and $char[$i + 1] eq '\\u') { }
0 311085 elsif ($char[$i] eq '\\U' and $char[$i + 1] eq '\\l') { }
1 311084 elsif ($char[$i] =~ /\A \\o \{ ([0-7]+) \} \z/mosx) { }
1 311083 elsif ($char[$i] =~ /\A \\x \{ ([0-9A-Fa-f]+) \} \z/mosx) { }
0 311083 elsif ($char[$i] =~ /\A \\ ( N\{ ([^\x81-\xFE0-9\}][^\x81-\xFE\}]*) \} ) \z/mosx) { }
8592 1342 309743 if (do { $char[$i] =~ /\A ([\x80-\xFF].*) ([\@\\\|$delimiter$end_delimiter]) \z/msx }) { }
655 309088 elsif ($char[$i] =~ /\A ([<>]) \z/mosx) { }
0 309088 elsif ($char[$i] eq '\\u') { }
0 309088 elsif ($char[$i] eq '\\l') { }
0 309088 elsif ($char[$i] eq '\\U') { }
6 309082 elsif ($char[$i] eq '\\L') { }
9 309073 elsif ($char[$i] eq '\\F') { }
0 309073 elsif ($char[$i] eq '\\Q') { }
12 309061 elsif ($char[$i] eq '\\E') { }
0 309061 elsif ($char[$i] eq '\\Q') { }
0 309061 elsif ($char[$i] eq '\\E') { }
75 308986 elsif ($char[$i] =~ /\A \$ 0 \z/mosx) { }
0 308986 elsif ($char[$i] =~ /\A \$ \{ (?>\s*) 0 (?>\s*) \} \z/mosx) { }
0 308986 elsif ($char[$i] =~ /\A \$\$ \z/mosx) { }
417 308569 elsif ($char[$i] =~ /\A \$ ((?>[1-9][0-9]*)) \z/mosx) { }
0 308569 elsif ($char[$i] =~ /\A \$ \{ (?>\s*) ((?>[1-9][0-9]*)) (?>\s*) \} \z/mosx) { }
0 308569 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \[ (?:$qq_bracket)*? \] ) \z/mosx) { }
0 308569 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \{ (?:$qq_brace)*? \} ) \z/mosx) { }
0 308569 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) \z/mosx) { }
44 308525 elsif ($char[$i] =~ /\A ( \$` | \$\{`\} | \$ (?>\s*) PREMATCH | \$ (?>\s*) \{ (?>\s*) PREMATCH (?>\s*) \} | \$ (?>\s*) \{\^PREMATCH\} ) \z/cgmosx) { }
45 308480 elsif ($char[$i] =~ /\A ( \$& | \$\{&\} | \$ (?>\s*) MATCH | \$ (?>\s*) \{ (?>\s*) MATCH (?>\s*) \} | \$ (?>\s*) \{\^MATCH\} ) \z/cgmosx) { }
33 308447 elsif ($char[$i] =~ /\A ( \$ (?>\s*) POSTMATCH | \$ (?>\s*) \{ (?>\s*) POSTMATCH (?>\s*) \} | \$ (?>\s*) \{\^POSTMATCH\} ) \z/cgmosx) { }
0 308447 elsif ($char[$i] =~ /\A \$ (?>\s*) \{ (?> \s* [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* \s* ) \} \z/mosx) { }
0 308447 elsif ($char[$i] =~ /\A \$ (?>\s*) \{ ( .+ ) \} \z/mosx) { }
8611 0 655 if ($right_e < $left_e)
8653 12 0 if ($right_e < $left_e) { }
8663 0 0 if (++$i > $#char)
8666 0 0 if ($char[$i] eq '\\E')
8734 3 9643 if ($left_e > $right_e)
8750 34 0 if (not $octet{$end_delimiter}) { }
0 0 elsif (not $octet{')'}) { }
0 0 elsif (not $octet{'}'}) { }
0 0 elsif (not $octet{']'}) { }
0 0 elsif (not $octet{'>'}) { }
8767 0 0 unless ($octet{$char})
8778 0 0 if ($octet =~ /\A (['\\]) \z/mosx)
8820 0 3529 if ($char[$i] eq '\\L' and $char[$i + 1] eq '\\u') { }
0 3529 elsif ($char[$i] eq '\\U' and $char[$i + 1] eq '\\l') { }
1 3528 elsif ($char[$i] =~ /\A \\o \{ ([0-7]+) \} \z/mosx) { }
1 3527 elsif ($char[$i] =~ /\A \\x \{ ([0-9A-Fa-f]+) \} \z/mosx) { }
0 3527 elsif ($char[$i] =~ /\A \\ ( N\{ ([^\x81-\xFE0-9\}][^\x81-\xFE\}]*) \} ) \z/mosx) { }
8844 57 3472 if (do { $char[$i] =~ /\A ([\x80-\xFF].*) ($metachar) \z/mosx }) { }
144 3328 elsif ($char[$i] =~ /\A ([<>]) \z/mosx) { }
0 3328 elsif ($char[$i] eq '\\u') { }
0 3328 elsif ($char[$i] eq '\\l') { }
0 3328 elsif ($char[$i] eq '\\U') { }
6 3322 elsif ($char[$i] eq '\\L') { }
0 3322 elsif ($char[$i] eq '\\F') { }
0 3322 elsif ($char[$i] eq '\\Q') { }
3 3319 elsif ($char[$i] eq '\\E') { }
0 3319 elsif ($char[$i] eq '\\Q') { }
0 3319 elsif ($char[$i] eq '\\E') { }
0 3319 elsif ($char[$i] =~ /\A \$ 0 \z/mosx) { }
0 3319 elsif ($char[$i] =~ /\A \$ \{ (?>\s*) 0 (?>\s*) \} \z/mosx) { }
0 3319 elsif ($char[$i] =~ /\A \$\$ \z/mosx) { }
0 3319 elsif ($char[$i] =~ /\A \$ ((?>[1-9][0-9]*)) \z/mosx) { }
0 3319 elsif ($char[$i] =~ /\A \$ \{ (?>\s*) ((?>[1-9][0-9]*)) (?>\s*) \} \z/mosx) { }
0 3319 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \[ (?:$qq_bracket)*? \] ) \z/mosx) { }
0 3319 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \{ (?:$qq_brace)*? \} ) \z/mosx) { }
0 3319 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) \z/mosx) { }
8 3311 elsif ($char[$i] =~ /\A ( \$` | \$\{`\} | \$ (?>\s*) PREMATCH | \$ (?>\s*) \{ (?>\s*) PREMATCH (?>\s*) \} | \$ (?>\s*) \{\^PREMATCH\} ) \z/cgmosx) { }
8 3303 elsif ($char[$i] =~ /\A ( \$& | \$\{&\} | \$ (?>\s*) MATCH | \$ (?>\s*) \{ (?>\s*) MATCH (?>\s*) \} | \$ (?>\s*) \{\^MATCH\} ) \z/cgmosx) { }
6 3297 elsif ($char[$i] =~ /\A ( \$ (?>\s*) POSTMATCH | \$ (?>\s*) \{ (?>\s*) POSTMATCH (?>\s*) \} | \$ (?>\s*) \{\^POSTMATCH\} ) \z/cgmosx) { }
0 3297 elsif ($char[$i] =~ /\A \$ (?>\s*) \{ (?> \s* [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* \s* ) \} \z/mosx) { }
0 3297 elsif ($char[$i] =~ /\A \$ (?>\s*) \{ ( .+ ) \} \z/mosx) { }
8854 0 144 if ($right_e < $left_e)
8883 3 0 if ($right_e < $left_e) { }
8893 0 0 if (++$i > $#char)
8896 0 0 if ($char[$i] eq '\\E')
8964 3 111 if ($left_e > $right_e)
8978 0 1843 if ($modifier =~ /([adlu])/mosx)
8981 0 0 if ($filename ne '/root/.cpan/build/Char-GB18030-1.13-0/blib/lib/Egb18030.pm')
8992 8 1835 if ($string eq '') { }
240 1595 elsif ($modifier =~ tr/Bb//d) { }
9002 0 240 if ($delimiter =~ / [\@:] /mosx)
9005 0 0 if (not $octet{')'}) { }
0 0 elsif (not $octet{'}'}) { }
0 0 elsif (not $octet{']'}) { }
0 0 elsif (not $octet{'>'}) { }
9023 0 0 unless ($octet{$char})
9032 90 150 if ($ope =~ /\A m? \z/mosx and $delimiter eq '?') { }
9040 465 1130 $modifier =~ /i/mosx ? :
9069 0 1595 if ($delimiter =~ / [\@:] /mosx)
9071 0 0 if (not $octet{')'}) { }
0 0 elsif (not $octet{'}'}) { }
0 0 elsif (not $octet{']'}) { }
0 0 elsif (not $octet{'>'}) { }
9089 0 0 unless ($octet{$char})
9103 0 5546 if ($char[$i] eq '\\L' and $char[$i + 1] eq '\\u') { }
0 5546 elsif ($char[$i] eq '\\U' and $char[$i + 1] eq '\\l') { }
1 5545 elsif ($char[$i] =~ /\A \\o \{ ([0-7]+) \} \z/mosx) { }
1 5544 elsif ($char[$i] =~ /\A \\x \{ ([0-9A-Fa-f]+) \} \z/mosx) { }
6 5538 elsif ($char[$i] =~ /\A \\ ([bBNpP]) ( \{ ([^\x81-\xFE0-9\}][^\x81-\xFE\}]*) \} ) \z/mosx) { }
4 5534 elsif ($char[$i] =~ /\A \\ ( [pPX] ) \z/mosx) { }
9136 77 5469 if (do { $char[$i] =~ /\A \\? ([\x80-\xFF].*) ($metachar|\Q$delimiter\E|\Q$end_delimiter\E) \z/msx }) { }
6 5463 elsif ($char[$i] =~ /\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx) { }
594 4869 elsif ($char[$i] eq '[') { }
328 4541 elsif ($char[$i] eq '[^') { }
215 4326 elsif (my $char = character_class($char[$i], $modifier)) { }
238 4088 elsif ($ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx and &Egb18030::uc($char[$i]) ne &fc($char[$i])) { }
1 4087 elsif ($char[$i] =~ /\A [<>] \z/mosx) { }
0 4087 elsif ($char[$i] eq '\\u') { }
0 4087 elsif ($char[$i] eq '\\l') { }
1 4086 elsif ($char[$i] eq '\\U') { }
1 4085 elsif ($char[$i] eq '\\L') { }
9 4076 elsif ($char[$i] eq '\\F') { }
22 4054 elsif ($char[$i] eq '\\Q') { }
33 4021 elsif ($char[$i] eq '\\E') { }
0 4021 elsif ($char[$i] eq '\\Q') { }
0 4021 elsif ($char[$i] eq '\\E') { }
0 4021 elsif ($char[$i] =~ /\A \$ 0 \z/mosx) { }
0 4021 elsif ($char[$i] =~ /\A \$ \{ (?>\s*) 0 (?>\s*) \} \z/mosx) { }
0 4021 elsif ($char[$i] =~ /\A \$\$ \z/mosx) { }
0 4021 elsif ($char[$i] =~ /\A \$ ((?>[1-9][0-9]*)) \z/mosx) { }
0 4021 elsif ($char[$i] =~ /\A \$ \{ (?>\s*) ((?>[1-9][0-9]*)) (?>\s*) \} \z/mosx) { }
0 4021 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \[ (?:$qq_bracket)*? \] ) \z/mosx) { }
0 4021 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \{ (?:$qq_brace)*? \} ) \z/mosx) { }
0 4021 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) \z/mosx) { }
8 4013 elsif ($char[$i] =~ /\A ( \$` | \$\{`\} | \$ (?>\s*) PREMATCH | \$ (?>\s*) \{ (?>\s*) PREMATCH (?>\s*) \} | \$ (?>\s*) \{\^PREMATCH\} ) \z/cgmosx) { }
8 4005 elsif ($char[$i] =~ /\A ( \$& | \$\{&\} | \$ (?>\s*) MATCH | \$ (?>\s*) \{ (?>\s*) MATCH (?>\s*) \} | \$ (?>\s*) \{\^MATCH\} ) \z/cgmosx) { }
6 3999 elsif ($char[$i] =~ /\A ( \$ (?>\s*) POSTMATCH | \$ (?>\s*) \{ (?>\s*) POSTMATCH (?>\s*) \} | \$ (?>\s*) \{\^POSTMATCH\} ) \z/cgmosx) { }
0 3999 elsif ($char[$i] =~ /\A \$ (?>\s*) \{ ((?> \s* [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* \s* )) \} \z/mosx) { }
0 3999 elsif ($char[$i] =~ /\A \$ (?>\s*) \{ ( .+ ) \} \z/mosx) { }
31 3968 elsif ($char[$i] =~ /\A [\$\@].+ /mosx) { }
196 4462 elsif ($i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx) { }
9146 0 6 if ($i + 3 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, @char[$i + 1 .. $i + 3]) == 3 and eval(sprintf '"%s%s%s%s"', @char[$i .. $i + 3]) =~ /\A $Egb18030::q_char \z/mosx) { }
0 6 elsif ($i + 2 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, @char[$i + 1 .. $i + 2]) == 2 and eval(sprintf '"%s%s%s"', @char[$i .. $i + 2]) =~ /\A $Egb18030::q_char \z/mosx) { }
0 8 elsif ($i + 1 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, $char[$i + 1]) == 1 and eval(sprintf '"%s%s"', @char[$i .. $i + 1]) =~ /\A $Egb18030::q_char \z/mosx) { }
9164 3 591 if ($char[$i + 1] eq ']')
9169 0 2615 if (++$i > $#char)
9172 594 2021 if ($char[$i] eq ']')
9176 90 504 if (grep(/\A [\$\@]/mosx, @char[$left + 1 .. $right - 1]) >= 1) { }
9196 5 323 if ($char[$i + 1] eq ']')
9201 0 1447 if (++$i > $#char)
9204 328 1119 if ($char[$i] eq ']')
9208 90 238 if (grep(/\A [\$\@]/mosx, @char[$left + 1 .. $right - 1]) >= 1) { }
9228 238 0 if (length &fc($char[$i]) == 1) { }
9238 0 1 if ($right_e < $left_e)
9267 33 0 if ($right_e < $left_e) { }
9277 0 0 if (++$i > $#char)
9280 0 0 if ($char[$i] eq '\\E')
9290 0 0 if ($ignorecase)
9295 0 0 if ($ignorecase)
9308 0 0 if ($ignorecase)
9314 0 0 if ($ignorecase)
9322 0 0 if ($ignorecase)
9330 0 0 if ($ignorecase)
9338 0 0 if ($ignorecase)
9345 0 8 if ($ignorecase) { }
9355 0 8 if ($ignorecase) { }
9365 0 6 if ($ignorecase) { }
9375 0 0 if ($ignorecase)
9383 0 0 if ($ignorecase)
9391 4 27 if ($ignorecase)
9398 1 195 if ($char[$i - 1] =~ /\A (?:[\x00-\xFF]|\\[0-7]{2,3}|\\x[0-9-A-Fa-f]{1,2}) \z/mosx) { }
0 195 elsif ($ope =~ /\A m? \z/mosx and $delimiter eq '?') { }
9402 0 0 if ($char[$i] eq '{') { }
9417 0 1595 if ($left_e > $right_e)
9418 0 0 if ($ope =~ /\A m? \z/mosx and $delimiter eq '?') { }
9425 94 1501 if ($ope =~ /\A m? \z/mosx and $delimiter eq '?') { }
9440 300 240 if ($stuff =~ /\A [\$\@] /mosx)
9447 0 240 if $char eq $delimiter
9448 0 240 if $char eq $end_delimiter
9449 240 0 unless ($octet{$char})
9464 0 163 if ($modifier =~ /([adlu])/mosx)
9467 0 0 if ($filename ne '/root/.cpan/build/Char-GB18030-1.13-0/blib/lib/Egb18030.pm')
9478 8 155 if ($string eq '') { }
89 66 elsif ($modifier =~ tr/Bb//d) { }
9501 32 34 $modifier =~ /i/mosx ? :
9517 2 77 if (do { $char[$i] =~ /\A ([\x80-\xFF].*) ([\\|\[\{\^]|\Q$delimiter\E|\Q$end_delimiter\E) \z/msx }) { }
0 77 elsif ($char[$i] eq '[') { }
0 77 elsif ($char[$i] eq '[^') { }
0 77 elsif ($char[$i] =~ m(\A [\$\@/\\] \z)mosx) { }
0 77 elsif (my $char = character_class($char[$i], $modifier)) { }
16 61 elsif ($ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx and &Egb18030::uc($char[$i]) ne &fc($char[$i])) { }
0 113 elsif ($i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx) { }
9528 0 0 if ($char[$i + 1] eq ']')
9532 0 0 if (++$i > $#char)
9535 0 0 if ($char[$i] eq ']')
9550 0 0 if ($char[$i + 1] eq ']')
9554 0 0 if (++$i > $#char)
9557 0 0 if ($char[$i] eq ']')
9581 16 0 if (length &fc($char[$i]) == 1) { }
9591 0 0 if ($char[$i - 1] =~ /\A [\x00-\xFF] \z/mosx) { }
9617 0 199 if (do { $char[$i] eq '\\\\' }) { }
0 199 elsif ($char[$i] =~ m(\A [\$\@/\\] \z)mosx) { }
9643 0 196 if ($modifier =~ /([adlu])/mosx)
9646 0 0 if ($filename ne '/root/.cpan/build/Char-GB18030-1.13-0/blib/lib/Egb18030.pm')
9657 8 188 if ($string eq '') { }
44 144 elsif ($modifier =~ tr/Bb//d) { }
9667 0 44 if ($delimiter =~ / [\@:] /mosx)
9670 0 0 if (not $octet{')'}) { }
0 0 elsif (not $octet{'}'}) { }
0 0 elsif (not $octet{']'}) { }
0 0 elsif (not $octet{'>'}) { }
9688 0 0 unless ($octet{$char})
9702 17 127 $modifier =~ /i/mosx ? :
9735 0 144 if ($delimiter =~ / [\@:] /mosx)
9737 0 0 if (not $octet{')'}) { }
0 0 elsif (not $octet{'}'}) { }
0 0 elsif (not $octet{']'}) { }
0 0 elsif (not $octet{'>'}) { }
9755 0 0 unless ($octet{$char})
9772 0 421 if ($char[$i] eq '\\L' and $char[$i + 1] eq '\\u') { }
0 421 elsif ($char[$i] eq '\\U' and $char[$i + 1] eq '\\l') { }
1 420 elsif ($char[$i] =~ /\A \\o \{ ([0-7]+) \} \z/mosx) { }
1 419 elsif ($char[$i] =~ /\A \\x \{ ([0-9A-Fa-f]+) \} \z/mosx) { }
0 419 elsif ($char[$i] =~ /\A \\ ([bBNpP]) ( \{ ([^\x81-\xFE0-9\}][^\x81-\xFE\}]*) \} ) \z/mosx) { }
0 419 elsif ($char[$i] =~ /\A \\ ( [pPX] ) \z/mosx) { }
9805 23 398 if (do { $char[$i] =~ /\A \\? ([\x80-\xFF].*) ($metachar|\Q$delimiter\E|\Q$end_delimiter\E) \z/msx }) { }
0 398 elsif ($char[$i] =~ /\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx) { }
20 378 elsif ($char[$i] eq '[') { }
0 378 elsif ($char[$i] eq '[^') { }
11 367 elsif (my $char = character_class($char[$i], $modifier)) { }
11 356 elsif ($ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx and &Egb18030::uc($char[$i]) ne &fc($char[$i])) { }
16 340 elsif ($char[$i] =~ /\A [<>] \z/mosx) { }
0 340 elsif ($char[$i] eq '\\u') { }
0 340 elsif ($char[$i] eq '\\l') { }
0 340 elsif ($char[$i] eq '\\U') { }
0 340 elsif ($char[$i] eq '\\L') { }
0 340 elsif ($char[$i] eq '\\F') { }
7 333 elsif ($char[$i] eq '\\Q') { }
7 326 elsif ($char[$i] eq '\\E') { }
0 326 elsif ($char[$i] eq '\\Q') { }
0 326 elsif ($char[$i] eq '\\E') { }
0 326 elsif ($char[$i] =~ /\A \\ (?>\s*) 0 \z/mosx) { }
0 326 elsif ($char[$i] =~ /\A \\g (?>\s*) \{ (?>\s*) - (?>\s*) ((?>[1-9][0-9]*)) (?>\s*) \} \z/mosx) { }
0 326 elsif ($char[$i] =~ /\A \\g (?>\s*) \{ (?>\s*) ((?>[1-9][0-9]*)) (?>\s*) \} \z/mosx) { }
0 326 elsif ($char[$i] =~ /\A \\g (?>\s*) ((?>[1-9][0-9]*)) \z/mosx) { }
0 326 elsif ($char[$i] =~ /\A \\ (?>\s*) ((?>[1-9][0-9]*)) \z/mosx) { }
0 326 elsif ($char[$i] =~ /\A \$ 0 \z/mosx) { }
0 326 elsif ($char[$i] =~ /\A \$ \{ (?>\s*) 0 (?>\s*) \} \z/mosx) { }
0 326 elsif ($char[$i] =~ /\A \$\$ \z/mosx) { }
0 326 elsif ($char[$i] =~ /\A \$ ((?>[1-9][0-9]*)) \z/mosx) { }
0 326 elsif ($char[$i] =~ /\A \$ \{ (?>\s*) ((?>[1-9][0-9]*)) (?>\s*) \} \z/mosx) { }
0 326 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \[ (?:$qq_bracket)*? \] ) \z/mosx) { }
0 326 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \{ (?:$qq_brace)*? \} ) \z/mosx) { }
0 326 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) \z/mosx) { }
4 322 elsif ($char[$i] =~ /\A ( \$` | \$\{`\} | \$ (?>\s*) PREMATCH | \$ (?>\s*) \{ (?>\s*) PREMATCH (?>\s*) \} | \$ (?>\s*) \{\^PREMATCH\} ) \z/cgmosx) { }
4 318 elsif ($char[$i] =~ /\A ( \$& | \$\{&\} | \$ (?>\s*) MATCH | \$ (?>\s*) \{ (?>\s*) MATCH (?>\s*) \} | \$ (?>\s*) \{\^MATCH\} ) \z/cgmosx) { }
3 315 elsif ($char[$i] =~ /\A ( \$ (?>\s*) POSTMATCH | \$ (?>\s*) \{ (?>\s*) POSTMATCH (?>\s*) \} | \$ (?>\s*) \{\^POSTMATCH\} ) \z/cgmosx) { }
0 315 elsif ($char[$i] =~ /\A \$ (?>\s*) \{ ((?> \s* [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* \s* )) \} \z/mosx) { }
0 315 elsif ($char[$i] =~ /\A \$ (?>\s*) \{ ( .+ ) \} \z/mosx) { }
13 302 elsif ($char[$i] =~ /\A [\$\@].+ /mosx) { }
23 387 elsif ($i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx) { }
9815 0 0 if ($i + 3 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, @char[$i + 1 .. $i + 3]) == 3 and eval(sprintf '"%s%s%s%s"', @char[$i .. $i + 3]) =~ /\A $Egb18030::q_char \z/mosx) { }
0 0 elsif ($i + 2 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, @char[$i + 1 .. $i + 2]) == 2 and eval(sprintf '"%s%s%s"', @char[$i .. $i + 2]) =~ /\A $Egb18030::q_char \z/mosx) { }
0 0 elsif ($i + 1 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, $char[$i + 1]) == 1 and eval(sprintf '"%s%s"', @char[$i .. $i + 1]) =~ /\A $Egb18030::q_char \z/mosx) { }
9829 0 20 if ($char[$i + 1] eq ']')
9833 0 79 if (++$i > $#char)
9836 20 59 if ($char[$i] eq ']')
9840 0 20 if (grep(/\A [\$\@]/mosx, @char[$left + 1 .. $right - 1]) >= 1) { }
9856 0 0 if ($char[$i + 1] eq ']')
9860 0 0 if (++$i > $#char)
9863 0 0 if ($char[$i] eq ']')
9867 0 0 if (grep(/\A [\$\@]/mosx, @char[$left + 1 .. $right - 1]) >= 1) { }
9887 11 0 if (length &fc($char[$i]) == 1) { }
9897 0 16 if ($right_e < $left_e)
9926 7 0 if ($right_e < $left_e) { }
9936 0 0 if (++$i > $#char)
9939 0 0 if ($char[$i] eq '\\E')
9967 0 0 if ($1 <= $parens)
9974 0 0 if ($1 <= $parens)
9981 0 0 if ($1 <= $parens)
9988 0 0 if ($ignorecase)
9993 0 0 if ($ignorecase)
10006 0 0 if ($ignorecase)
10012 0 0 if ($ignorecase)
10020 0 0 if ($ignorecase)
10028 0 0 if ($ignorecase)
10036 0 0 if ($ignorecase)
10043 0 4 if ($ignorecase) { }
10053 0 4 if ($ignorecase) { }
10063 0 3 if ($ignorecase) { }
10073 0 0 if ($ignorecase)
10081 0 0 if ($ignorecase)
10089 0 13 if ($ignorecase)
10096 0 23 if ($char[$i - 1] =~ /\A (?:[\x00-\xFF]|\\[0-7]{2,3}|\\x[0-9-A-Fa-f]{1,2}) \z/mosx) { }
10108 0 144 if ($left_e > $right_e)
10122 0 96 if ($modifier =~ /([adlu])/mosx)
10125 0 0 if ($filename ne '/root/.cpan/build/Char-GB18030-1.13-0/blib/lib/Egb18030.pm')
10136 8 88 if ($string eq '') { }
44 44 elsif ($modifier =~ tr/Bb//d) { }
10159 16 28 $modifier =~ /i/mosx ? :
10175 0 62 if (do { $char[$i] =~ /\A ([\x80-\xFF].*) ([\\|\[\{\^]|\Q$delimiter\E|\Q$end_delimiter\E) \z/msx }) { }
0 62 elsif ($char[$i] eq '[') { }
0 62 elsif ($char[$i] eq '[^') { }
0 62 elsif ($char[$i] =~ m(\A [\$\@/\\] \z)mosx) { }
6 56 elsif (my $char = character_class($char[$i], $modifier)) { }
8 48 elsif ($ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx and &Egb18030::uc($char[$i]) ne &fc($char[$i])) { }
0 86 elsif ($i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx) { }
10186 0 0 if ($char[$i + 1] eq ']')
10190 0 0 if (++$i > $#char)
10193 0 0 if ($char[$i] eq ']')
10208 0 0 if ($char[$i + 1] eq ']')
10212 0 0 if (++$i > $#char)
10215 0 0 if ($char[$i] eq ']')
10239 8 0 if (length &fc($char[$i]) == 1) { }
10249 0 0 if ($char[$i - 1] =~ /\A [\x00-\xFF] \z/mosx) { }
10276 0 98 if (do { $char[$i] eq '\\\\' }) { }
0 98 elsif ($char[$i] =~ m(\A [\$\@/\\] \z)mosx) { }
10306 0 9 if (do { $char[$i] =~ /\A ([\x80-\xFF].*) (\Q$delimiter\E|\Q$end_delimiter\E) \z/msx }) { }
0 9 elsif (defined $char[$i + 1] and $char[$i + 1] eq '\\' and $char[$i] =~ /\A ([\x80-\xFF].*) (\\) \z/msx) { }
1 8 elsif ($char[$i] =~ /\A \\\\ \z/mosx) { }
5 3 elsif ($char[$i] =~ m(\A [\$\@/\\] \z)mosx) { }
10326 0 91 if (defined $char[-1] and $char[-1] =~ /\A ([\x80-\xFF].*) (\\) \z/msx)
10341 0 292 if ($modifier =~ /([adlu])/mosx)
10344 0 0 if ($filename ne '/root/.cpan/build/Char-GB18030-1.13-0/blib/lib/Egb18030.pm')
10352 37 255 if ($variable eq '')
10378 0 292 if ($variable =~ s/\A \( (?>\s*) ( (?>(?: local \b | my \b | our \b | state \b )?) .+ ) \) \z/$1/mosx)
10389 17 275 if ($e_modifier >= 1) { }
10394 91 184 if ($delimiter2 eq q[']) { }
10405 8 284 if ($r_modifier) { }
10406 4 4 if (do { $modifier =~ /g/mosx }) { }
0 4 elsif ($modifier =~ /g/mosx) { }
10411 0 4 $delimiter1 eq q['] ? :
10427 0 0 $delimiter1 eq q['] ? :
10447 0 4 $delimiter1 eq q['] ? :
10464 0 8 if ($bind_operator =~ / !~ /mosx)
10471 35 249 if (do { $modifier =~ /g/mosx }) { }
0 249 elsif ($modifier =~ /g/mosx) { }
10476 3 32 $delimiter1 eq q['] ? :
6 29 $bind_operator =~ / !~ /mosx ? :
10502 0 0 $delimiter1 eq q['] ? :
0 0 $bind_operator =~ / !~ /mosx ? :
10525 236 13 $bind_operator =~ / =~ /mosx ? :
93 156 $delimiter1 eq q['] ? :
10550 0 292 if ($my ne '')
10567 0 0 if ($^W)
10568 0 0 if (_MSWin32_5Cended_path($string))
10569 0 0 unless ($] =~ /^5\.005/mosx)
10589 0 2 if ($^W)
10590 0 0 if (_MSWin32_5Cended_path($string))
10591 0 0 unless ($] =~ /^5\.005/mosx)
10613 0 285 if ($modifier =~ /([adlu])/mosx)
10616 0 0 if ($filename ne '/root/.cpan/build/Char-GB18030-1.13-0/blib/lib/Egb18030.pm')
10627 84 201 if ($modifier =~ tr/Bb//d)
10631 42 159 $modifier =~ /i/mosx ? :
10664 0 384 if ($char[$i] eq '\\L' and $char[$i + 1] eq '\\u') { }
0 384 elsif ($char[$i] eq '\\U' and $char[$i + 1] eq '\\l') { }
1 383 elsif ($char[$i] =~ /\A \\o \{ ([0-7]+) \} \z/mosx) { }
1 382 elsif ($char[$i] =~ /\A \\x \{ ([0-9A-Fa-f]+) \} \z/mosx) { }
0 382 elsif ($char[$i] =~ /\A \\ ([bBNpP]) ( \{ ([^\x81-\xFE0-9\}][^\x81-\xFE\}]*) \} ) \z/mosx) { }
0 382 elsif ($char[$i] =~ /\A \\ ( [pPX] ) \z/mosx) { }
10697 0 384 if (do { $char[$i] =~ /\A \\? ([\x80-\xFF].*) ($metachar|\Q$delimiter\E|\Q$end_delimiter\E) \z/msx }) { }
0 384 elsif ($char[$i] =~ /\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx) { }
3 381 elsif ($char[$i] eq '[') { }
1 380 elsif ($char[$i] eq '[^') { }
5 375 elsif (my $char = character_class($char[$i], $modifier)) { }
14 361 elsif ($char[$i] eq '^' and not $modifier =~ /m/mosx) { }
18 343 elsif ($ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx and &Egb18030::uc($char[$i]) ne &fc($char[$i])) { }
2 341 elsif ($char[$i] =~ /\A ([<>]) \z/mosx) { }
0 341 elsif ($char[$i] eq '\\u') { }
0 341 elsif ($char[$i] eq '\\l') { }
0 341 elsif ($char[$i] eq '\\U') { }
0 341 elsif ($char[$i] eq '\\L') { }
0 341 elsif ($char[$i] eq '\\F') { }
0 341 elsif ($char[$i] eq '\\Q') { }
0 341 elsif ($char[$i] eq '\\E') { }
0 341 elsif ($char[$i] eq '\\Q') { }
0 341 elsif ($char[$i] eq '\\E') { }
0 341 elsif ($char[$i] =~ /\A \$ 0 \z/mosx) { }
0 341 elsif ($char[$i] =~ /\A \$ \{ (?>\s*) 0 (?>\s*) \} \z/mosx) { }
0 341 elsif ($char[$i] =~ /\A \$\$ \z/mosx) { }
0 341 elsif ($char[$i] =~ /\A \$ ((?>[1-9][0-9]*)) \z/mosx) { }
0 341 elsif ($char[$i] =~ /\A \$ \{ (?>\s*) ((?>[1-9][0-9]*)) (?>\s*) \} \z/mosx) { }
0 341 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \[ (?:$qq_bracket)*? \] ) \z/mosx) { }
0 341 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \{ (?:$qq_brace)*? \} ) \z/mosx) { }
0 341 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) \z/mosx) { }
12 329 elsif ($char[$i] =~ /\A ( \$` | \$\{`\} | \$ (?>\s*) PREMATCH | \$ (?>\s*) \{ (?>\s*) PREMATCH (?>\s*) \} | \$ (?>\s*) \{\^PREMATCH\} ) \z/cgmosx) { }
12 317 elsif ($char[$i] =~ /\A ( \$& | \$\{&\} | \$ (?>\s*) MATCH | \$ (?>\s*) \{ (?>\s*) MATCH (?>\s*) \} | \$ (?>\s*) \{\^MATCH\} ) \z/cgmosx) { }
9 308 elsif ($char[$i] =~ /\A ( \$ (?>\s*) POSTMATCH | \$ (?>\s*) \{ (?>\s*) POSTMATCH (?>\s*) \} | \$ (?>\s*) \{\^POSTMATCH\} ) \z/cgmosx) { }
0 308 elsif ($char[$i] =~ /\A \$ (?>\s*) \{ ((?> \s* [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* \s* )) \} \z/mosx) { }
0 308 elsif ($char[$i] =~ /\A \$ (?>\s*) \{ ( .+ ) \} \z/mosx) { }
3 305 elsif ($char[$i] =~ /\A [\$\@].+ /mosx) { }
7 429 elsif ($i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx) { }
10707 0 0 if ($i + 3 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, @char[$i + 1 .. $i + 3]) == 3 and eval(sprintf '"%s%s%s%s"', @char[$i .. $i + 3]) =~ /\A $Egb18030::q_char \z/mosx) { }
0 0 elsif ($i + 2 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, @char[$i + 1 .. $i + 2]) == 2 and eval(sprintf '"%s%s%s"', @char[$i .. $i + 2]) =~ /\A $Egb18030::q_char \z/mosx) { }
0 0 elsif ($i + 1 <= $#char and grep(/\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx, $char[$i + 1]) == 1 and eval(sprintf '"%s%s"', @char[$i .. $i + 1]) =~ /\A $Egb18030::q_char \z/mosx) { }
10721 0 3 if ($char[$i + 1] eq ']')
10725 0 7 if (++$i > $#char)
10728 3 4 if ($char[$i] eq ']')
10732 0 3 if (grep(/\A [\$\@]/mosx, @char[$left + 1 .. $right - 1]) >= 1) { }
10748 0 1 if ($char[$i + 1] eq ']')
10752 0 2 if (++$i > $#char)
10755 1 1 if ($char[$i] eq ']')
10759 0 1 if (grep(/\A [\$\@]/mosx, @char[$left + 1 .. $right - 1]) >= 1) { }
10796 18 0 if (length &fc($char[$i]) == 1) { }
10806 0 2 if ($right_e < $left_e)
10835 0 0 if ($right_e < $left_e) { }
10845 0 0 if (++$i > $#char)
10848 0 0 if ($char[$i] eq '\\E')
10858 0 0 if ($ignorecase)
10863 0 0 if ($ignorecase)
10876 0 0 if ($ignorecase)
10882 0 0 if ($ignorecase)
10890 0 0 if ($ignorecase)
10898 0 0 if ($ignorecase)
10906 0 0 if ($ignorecase)
10913 0 12 if ($ignorecase) { }
10923 0 12 if ($ignorecase) { }
10933 0 9 if ($ignorecase) { }
10943 0 0 if ($ignorecase)
10951 0 0 if ($ignorecase)
10959 0 3 if ($ignorecase)
10966 3 4 if ($char[$i - 1] =~ /\A (?:[\x00-\xFF]|\\[0-7]{2,3}|\\x[0-9-A-Fa-f]{1,2}) \z/mosx) { }
10976 0 201 if ($left_e > $right_e)
10990 0 112 if ($modifier =~ /([adlu])/mosx)
10993 0 0 if ($filename ne '/root/.cpan/build/Char-GB18030-1.13-0/blib/lib/Egb18030.pm')
11004 56 56 if ($modifier =~ tr/Bb//d)
11008 28 28 $modifier =~ /i/mosx ? :
11023 0 56 if (do { $char[$i] =~ /\A ([\x80-\xFF].*) ([\\|\[\{\^]|\Q$delimiter\E|\Q$end_delimiter\E) \z/msx }) { }
0 56 elsif ($char[$i] eq '[') { }
0 56 elsif ($char[$i] eq '[^') { }
0 56 elsif (my $char = character_class($char[$i], $modifier)) { }
0 56 elsif ($char[$i] eq '^' and not $modifier =~ /m/mosx) { }
12 44 elsif ($ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx and &Egb18030::uc($char[$i]) ne &fc($char[$i])) { }
0 88 elsif ($i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx) { }
11034 0 0 if ($char[$i + 1] eq ']')
11038 0 0 if (++$i > $#char)
11041 0 0 if ($char[$i] eq ']')
11056 0 0 if ($char[$i + 1] eq ']')
11060 0 0 if (++$i > $#char)
11063 0 0 if ($char[$i] eq ']')
11087 12 0 if (length &fc($char[$i]) == 1) { }
11097 0 0 if ($char[$i - 1] =~ /\A [\x00-\xFF] \z/mosx) { }
11120 0 0 if (_open_r($fh, $realfilename))
11123 0 0 unless close $fh
11125 0 0 if ($script =~ /^ (?>\s*) use (?>\s+) GB18030 (?>\s*) ([^\x81-\xFE;]*) ; (?>\s*) \n? $/mosx)
11146 0 0 if (_open_r($fh, $realfilename))
11149 0 0 unless close $fh
11151 0 0 if ($script =~ /^ (?>\s*) use (?>\s+) GB18030 (?>\s*) ([^\x81-\xFE;]*) ; (?>\s*) \n? $/mosx)
11172 0 0 if (_open_r($fh, $realfilename))
11175 0 0 unless close $fh
11177 0 0 if ($script =~ /^ (?>\s*) use (?>\s+) GB18030 (?>\s*) ([^\x81-\xFE;]*) ; (?>\s*) \n? $/mosx)
11209 0 0 if (_open_r($fh, $realfilename))
11212 0 0 unless close $fh
11214 0 0 if ($script =~ /^ (?>\s*) use (?>\s+) GB18030 (?>\s*) ([^\x81-\xFE;]*) ; (?>\s*) \n? $/mosx)
11235 0 0 if (_open_r($fh, $realfilename))
11238 0 0 unless close $fh
11240 0 0 if ($script =~ /^ (?>\s*) use (?>\s+) GB18030 (?>\s*) ([^\x81-\xFE;]*) ; (?>\s*) \n? $/mosx)
11261 0 0 if (_open_r($fh, $realfilename))
11264 0 0 unless close $fh
11266 0 0 if ($script =~ /^ (?>\s*) use (?>\s+) GB18030 (?>\s*) ([^\x81-\xFE;]*) ; (?>\s*) \n? $/mosx)
11282 0 0 if ($^O eq 'MacOS') { }
11288 0 0 unless $expr =~ / \.pm \z/imosx
11299 0 0 if ($^O eq 'MacOS') { }