Branch Coverage

blib/lib/Ebig5plus.pm
Criterion Covered Total %
branch 1360 4684 29.0


line true false branch
32 0 389 if ($^X =~ / jperl /imosx)
55 0 389 if ($@)
68 0 0 if ($] < 5.006) { }
79 0 1152 if (ref $name) { }
0 1152 elsif (&Ebig5plus::index($name, '::') >= 0) { }
0 1152 elsif (&Ebig5plus::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]) { }
116 0 1152 if (defined $_[1]) { }
197 0 5 if ($^O =~ /\A (?: MSWin32 | NetWare | symbian | dos ) \z/mosx)
202 0 0 if (/\A (?:$Ebig5plus::q_char)*? [ ] /mosx) { }
0 0 elsif (/\A (?:$Ebig5plus::q_char)*? [*?] /mosx) { }
203 0 0 if (my(@glob) = &Ebig5plus::glob(qq["$_"])) { }
213 0 0 if (my(@glob) = &Ebig5plus::glob($_)) { }
619 0 0 unless (defined $pattern)
624 0 0 unless (defined $string)
625 0 0 if (defined $_) { }
636 0 0 if ($string eq '') { }
0 0 elsif ($pattern eq ' ') { }
639 0 0 if (wantarray) { }
645 0 0 if $^W
663 0 0 if (not defined $limit) { }
672 0 0 if (length $string > 32766)
673 0 0 if ($string =~ /\A [\x00-\x7F]+ \z/mosx) { }
0 0 elsif (defined $Ebig5plus::q_char_SADAHIRO_Tomoyuki_2002_01_17) { }
682 0 0 if (not defined $limit or $limit <= 0) { }
0 0 elsif ($limit > 0) { }
689 0 0 if ('' =~ / \A $pattern \z /msx) { }
728 0 0 if ('' =~ / \A $pattern \z /msx) { }
733 0 0 if ($string =~ s/\A((?:$Ebig5plus::q_char)+?)$pattern//m)
746 0 0 if ($string =~ s/\A((?:$Ebig5plus::q_char)*?)$pattern//m)
756 0 0 if (length $string > 0)
761 0 0 if (not defined $_[2] or $_[2] == 0)
768 0 0 if (wantarray) { }
774 0 0 if $^W
790 0 0 if ($pattern =~ /\(\?\^? ([\-A-Za-z]+) :/mosx)
797 0 0 if ($modifier =~ /x/mosx) { }
832 0 0 if ($modifier =~ /r/mosx)
833 0 0 if ($bind_operator =~ / !~ /mosx)
844 0 0 unless (exists $tr{$searchlist[$i]})
845 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 '') { }
862 0 0 if ($modifier =~ /c/mosx) { }
864 0 0 if (not exists $tr{$char}) { }
865 0 0 if (defined $replacementlist[0])
869 0 0 if ($modifier =~ /s/mosx)
883 0 0 if (exists $tr{$char}) { }
886 0 0 if ($modifier =~ /s/mosx)
899 0 0 if ($modifier =~ /r/mosx) { }
904 0 0 if ($bind_operator =~ / !~ /mosx) { }
919 0 0 if (@_ == 0) { }
944 0 61788 if (substr($str, $pos, length $substr) eq $substr)
945 0 0 if ($pos >= $position)
949 61788 0 if (substr($str, $pos) =~ /\A ($Ebig5plus::q_char) /mosx) { }
970 0 0 if (substr($str, $pos, length $substr) eq $substr)
973 0 0 if (substr($str, $pos) =~ /\A ($Ebig5plus::q_char) /mosx) { }
987 0 0 if (@_) { }
989 0 0 if (@_ and wantarray) { }
1012 0 0 if (@_) { }
1014 0 0 if (@_ and wantarray) { }
1015 0 0 defined $lc{$_} ? :
1018 0 0 defined $lc{$_} ? :
1031 0 0 defined $lc{$_} ? :
1038 0 0 if (@_) { }
1040 0 0 if (@_ and wantarray) { }
1063 2968 0 if (@_) { }
1065 0 2968 if (@_ and wantarray) { }
1066 0 0 defined $uc{$_} ? :
1069 648 2320 defined $uc{$_} ? :
1082 0 0 defined $uc{$_} ? :
1089 3271 0 if (@_) { }
1091 0 3271 if (@_ and wantarray) { }
1092 0 0 defined $fc{$_} ? :
1095 1493 1778 defined $fc{$_} ? :
1108 0 0 defined $fc{$_} ? :
1122 0 0 if ($last_s_matched and $_[0] =~ /\A (?>[1-9][0-9]*) \z/mosx)
1165 0 0 unless defined $char[$i]
1168 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) { }
1173 0 0 if ($char[$i + 1] eq ']')
1178 0 0 if (++$i > $#char)
1181 0 0 if ($char[$i] eq ']')
1187 0 0 if (do { $char =~ /\A ([\x80-\xFF].*) ($metachar) \z/mosx }) { }
0 0 elsif ($char =~ /\A [.|)] \z/mosx) { }
1214 0 0 if ($char[$i + 1] eq ']')
1219 0 0 if (++$i > $#char)
1222 0 0 if ($char[$i] eq ']')
1228 0 0 if (do { $char =~ /\A ([\x80-\xFF].*) ($metachar) \z/mosx }) { }
0 0 elsif ($char =~ /\A [.|)] \z/mosx) { }
1258 0 0 if ($uc ne $fc)
1259 0 0 if (length $fc == 1) { }
1271 0 0 unless defined $char[$i]
1273 0 0 if (do { $char[$i] =~ /\A ([\x80-\xFF].*) ($metachar) \z/mosx }) { }
0 0 elsif ($i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx) { }
1283 0 0 unless ($char[$i - 1] =~ /\A [\x00-\xFF] \z/mosx)
1389 0 0 if (@chars1)
1392 0 0 if (exists $range_tr{'1'})
1406 0 0 if (@chars2)
1409 0 0 if (exists $range_tr{'2'})
1425 0 0 if (@chars3)
1428 0 0 if (exists $range_tr{'3'})
1446 0 0 if (@chars4)
1449 0 0 if (exists $range_tr{'4'})
1476 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 \\ ($Ebig5plus::q_char) /cgmosx) { }
0 0 elsif (/\G ($Ebig5plus::q_char) /cgmosx) { }
1514 0 0 if ($char[$i] eq '\\-') { }
0 0 elsif ($char[$i] eq '-') { }
1518 0 0 if (0 < $i and $i < $#char)
1529 0 0 if (length $char[$i - 1] > length $char[$i + 1] or $char[$i - 1] gt $char[$i + 1])
1534 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) { }
1535 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) { }
1536 0 0 if $char[$i - 1] le $_
1558 0 0 if (length $char[$i + 1] == 2) { }
0 0 elsif (length $char[$i + 1] == 3) { }
0 0 elsif (length $char[$i + 1] == 4) { }
1559 0 0 if $char[$i - 1] le $_
1575 0 0 if (length $char[$i + 1] == 3) { }
0 0 elsif (length $char[$i + 1] == 4) { }
1576 0 0 if $char[$i - 1] le $_
1587 0 0 if (length $char[$i + 1] == 4) { }
1588 0 0 if $char[$i - 1] le $_
1608 0 604 if (scalar @_ == 0) { }
302 302 elsif (scalar @_ == 1) { }
302 0 elsif (scalar @_ == 2) { }
1615 0 302 if ($_[0] > $_[1]) { }
0 302 elsif ($_[0] == $_[1]) { }
0 302 elsif ($_[0] + 1 == $_[1]) { }
1639 406 262 if ($length == 1) { }
262 0 elsif ($length == 2) { }
0 0 elsif ($length == 3) { }
0 0 elsif ($length == 4) { }
1643 0 406 if ($a1 > $z1)
1647 20 386 if ($a1 == $z1) { }
0 386 elsif ($a1 + 1 == $z1) { }
1663 222 40 if ($a1 == $z1) { }
40 0 elsif ($a1 + 1 == $z1) { }
1694 0 0 if ($a1 == $z1) { }
0 0 elsif ($a1 + 1 == $z1) { }
1695 0 0 if ($a2 == $z2) { }
0 0 elsif ($a2 + 1 == $z2) { }
1748 0 0 if ($a1 == $z1) { }
0 0 elsif ($a1 + 1 == $z1) { }
1749 0 0 if ($a2 == $z2) { }
0 0 elsif ($a2 + 1 == $z2) { }
1750 0 0 if ($a3 == $z3) { }
0 0 elsif ($a3 + 1 == $z3) { }
1835 0 517 unless (exists $range_tr{$length})
1852 0 1034 if ($max lt $first) { }
20 1014 elsif ($min le $first and $first le $max and $max le $last) { }
0 1014 elsif ($min eq $first and $max eq $last) { }
20 994 elsif ($first le $min and $max le $last) { }
588 406 elsif ($min le $first and $last le $max) { }
40 366 elsif ($first le $min and $min le $last and $last le $max) { }
366 0 elsif ($last lt $min) { }
1923 264 494 $modifier =~ /i/mosx ? :
1929 522 2126 if ($char[$i] eq '-') { }
0 2126 elsif ($char[$i] =~ /\A \\o \{ ([0-7]+) \} \z/mosx) { }
0 2126 elsif ($char[$i] =~ /\A \\x \{ ([0-9A-Fa-f]+) \} \z/mosx) { }
0 2126 elsif ($char[$i] =~ /\A \\ ([bBNpP]) ( \{ ([^\x81-\xFE0-9\}][^\x81-\xFE\}]*) \} ) \z/mosx) { }
0 2126 elsif ($char[$i] =~ /\A \\ ( [pPX] ) \z/mosx) { }
0 2126 elsif ($char[$i] =~ /\A \\ ([0-7]{2,3}) \z/mosx) { }
206 1920 elsif ($char[$i] =~ /\A \\x ([0-9A-Fa-f]{1,2}) \z/mosx) { }
0 1920 elsif ($char[$i] =~ /\A \\c ([\x40-\x5F]) \z/mosx) { }
33 1887 elsif ($char[$i] =~ /\A (\\ [0nrtfbaedswDSWHVhvR]) \z/mosx) { }
8 1879 elsif ($ignorecase and $char[$i] =~ /\A ( \[\: \^? (?:lower|upper) :\] ) \z/mosx) { }
70 1809 elsif ($char[$i] =~ /\A ( \[\: \^? (?:alnum|alpha|ascii|blank|cntrl|digit|graph|lower|print|punct|space|upper|word|xdigit) :\] ) \z/mosx) { }
7 1802 elsif ($char[$i] =~ /\A \\ ($Ebig5plus::q_char) \z/mosx) { }
1930 497 25 if (0 < $i and $i < $#char)
2072 497 1654 if (defined $char[$i + 1] and $char[$i + 1] eq '...') { }
497 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) { }
2081 0 497 if (length $char[$i - 1] > length $char[$i + 1]) { }
477 20 elsif (length $char[$i - 1] == length $char[$i + 1]) { }
2085 0 477 if ($char[$i - 1] gt $char[$i + 1])
2095 477 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]) { }
2118 386 131 if ($length == 1) { }
2131 192 572 if ($modifier =~ /i/mosx) { }
2134 192 0 if ($uc ne $fc) { }
2135 192 0 if (length $fc == 1) { }
2176 0 1364 if ($_ eq '...') { }
8 1356 elsif (/\A \n \z/mosx) { }
8 1348 elsif (/\A \r \z/mosx) { }
1 1347 elsif (/\A ([\x00-\x20\x7F-\xFF]) \z/mosx) { }
939 408 elsif (/\A [\x00-\xFF] \z/mosx) { }
2193 307 386 if (/\A ([\x80-\xFF].*) ([\x00-\xFF]) \z/mosx)
2267 384 135 if (scalar @singleoctet >= 1)
2270 107 277 if ($modifier =~ /i/mosx)
2278 457 589 if ($uc eq $fc) { }
2282 589 0 if (length $fc == 1) { }
2293 192 80 if ($_ ne '')
2300 1577 25815 if (exists $singleoctet_ignorecase{$ord}) { }
2309 214 11198 if (ref $range)
2310 5 209 if (scalar @{$range;} == 1) { }
0 209 elsif (scalar @{$range;} == 2) { }
2328 131 388 if (scalar @multipleoctet >= 2) { }
2349 128 111 if ($modifier =~ /i/mosx)
2357 457 589 if ($uc eq $fc) { }
2361 589 0 if (length $fc == 1) { }
2372 192 80 if ($_ ne '')
2379 1577 31191 if (exists $singleoctet_ignorecase{$ord}) { }
2388 214 11198 if (ref $range)
2389 5 209 if (scalar @{$range;} == 1) { }
0 209 elsif (scalar @{$range;} == 2) { }
2403 114 125 if (scalar @multipleoctet >= 1) { }
2404 70 44 if (scalar @singleoctet >= 1) { }
2416 125 0 if (scalar @singleoctet >= 1) { }
2534 0 0 @_ ? :
2536 0 0 if ($c == 0) { }
2556 0 0 if ($c == 0) { }
2577 0 0 unless (eval "Ebig5plus::$filetest(\$file)")
2581 0 0 unless (eval " $filetest _ ")
2593 0 0 if @_
2594 0 0 if @_ and not wantarray
2596 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
2597 0 0 wantarray ? :
2611 0 0 wantarray ? :
2614 0 0 wantarray ? :
2617 0 0 if (-d "$_/.") { }
2618 0 0 wantarray ? :
2627 0 0 if (_open_r($fh, $_))
2629 0 0 unless close $fh
2630 0 0 wantarray ? :
2634 0 0 wantarray ? :
2642 0 0 if @_
2643 0 0 if @_ and not wantarray
2645 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
2646 0 0 wantarray ? :
2649 0 0 wantarray ? :
2652 0 0 wantarray ? :
2655 0 0 if (-d "$_/.") { }
2656 0 0 wantarray ? :
2660 0 0 if (_open_a($fh, $_))
2662 0 0 unless close $fh
2663 0 0 wantarray ? :
2667 0 0 wantarray ? :
2675 0 0 if @_
2676 0 0 if @_ and not wantarray
2678 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
2679 0 0 wantarray ? :
2682 0 0 wantarray ? :
2685 0 0 wantarray ? :
2688 0 0 if (-d "$_/.") { }
2689 0 0 wantarray ? :
2693 0 0 if (_open_r($fh, $_))
2695 0 0 unless close $fh
2699 0 0 wantarray ? :
2702 0 0 wantarray ? :
2710 0 0 if @_
2711 0 0 if @_ and not wantarray
2713 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
2714 0 0 wantarray ? :
2717 0 0 wantarray ? :
2720 0 0 wantarray ? :
2723 0 0 if (-d "$_/.") { }
2724 0 0 wantarray ? :
2728 0 0 if (_open_r($fh, $_))
2730 0 0 unless close $fh
2731 0 0 wantarray ? :
2735 0 0 wantarray ? :
2743 0 0 if @_
2744 0 0 if @_ and not wantarray
2746 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
2747 0 0 wantarray ? :
2750 0 0 wantarray ? :
2753 0 0 wantarray ? :
2756 0 0 if (-d "$_/.") { }
2757 0 0 wantarray ? :
2761 0 0 if (_open_r($fh, $_))
2763 0 0 unless close $fh
2764 0 0 wantarray ? :
2768 0 0 wantarray ? :
2776 0 0 if @_
2777 0 0 if @_ and not wantarray
2779 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
2780 0 0 wantarray ? :
2783 0 0 wantarray ? :
2786 0 0 wantarray ? :
2789 0 0 if (-d "$_/.") { }
2790 0 0 wantarray ? :
2794 0 0 if (_open_a($fh, $_))
2796 0 0 unless close $fh
2797 0 0 wantarray ? :
2801 0 0 wantarray ? :
2809 0 0 if @_
2810 0 0 if @_ and not wantarray
2812 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
2813 0 0 wantarray ? :
2816 0 0 wantarray ? :
2819 0 0 wantarray ? :
2822 0 0 if (-d "$_/.") { }
2823 0 0 wantarray ? :
2827 0 0 if (_open_r($fh, $_))
2829 0 0 unless close $fh
2833 0 0 wantarray ? :
2836 0 0 wantarray ? :
2844 0 0 if @_
2845 0 0 if @_ and not wantarray
2847 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
2848 0 0 wantarray ? :
2851 0 0 wantarray ? :
2854 0 0 wantarray ? :
2857 0 0 if (-d "$_/.") { }
2858 0 0 wantarray ? :
2862 0 0 if (_open_r($fh, $_))
2864 0 0 unless close $fh
2865 0 0 wantarray ? :
2869 0 0 wantarray ? :
2877 768 0 if @_
2878 0 768 if @_ and not wantarray
2883 0 768 if ($_ eq '_') { }
0 768 elsif (defined &Ebig5plus::telldir($fh)) { }
0 768 elsif (defined fileno $fh) { }
0 768 elsif (-e $_) { }
0 768 elsif (_MSWin32_5Cended_path($_)) { }
2884 0 0 wantarray ? :
2889 0 0 wantarray ? :
2894 0 0 wantarray ? :
2898 0 0 wantarray ? :
2901 0 0 if (-d "$_/.") { }
2902 0 0 wantarray ? :
2906 0 0 if (_open_r($fh, $_))
2908 0 0 unless close $fh
2909 0 0 wantarray ? :
2913 0 768 wantarray ? :
2921 0 0 if @_
2922 0 0 if @_ and not wantarray
2924 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
2925 0 0 wantarray ? :
2928 0 0 wantarray ? :
2931 0 0 wantarray ? :
2934 0 0 if (-d "$_/.") { }
2935 0 0 wantarray ? :
2939 0 0 if (_open_r($fh, $_))
2941 0 0 unless close $fh
2942 0 0 wantarray ? :
2946 0 0 wantarray ? :
2954 0 0 if @_
2955 0 0 if @_ and not wantarray
2957 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
2958 0 0 wantarray ? :
2961 0 0 wantarray ? :
2964 0 0 wantarray ? :
2967 0 0 if (-d "$_/.") { }
2968 0 0 wantarray ? :
2972 0 0 if (_open_r($fh, $_))
2974 0 0 unless close $fh
2975 0 0 wantarray ? :
2979 0 0 wantarray ? :
2987 0 0 if @_
2988 0 0 if @_ and not wantarray
2990 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
2991 0 0 wantarray ? :
2994 0 0 wantarray ? :
2997 0 0 wantarray ? :
3000 0 0 if (-d "$_/.") { }
3001 0 0 wantarray ? :
3005 0 0 if (_open_r($fh, $_))
3007 0 0 unless close $fh
3008 0 0 wantarray ? :
3012 0 0 wantarray ? :
3020 0 0 if @_
3021 0 0 if @_ and not wantarray
3023 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3024 0 0 wantarray ? :
3029 0 0 wantarray ? :
3032 0 0 wantarray ? :
3035 0 0 wantarray ? :
3037 0 0 wantarray ? :
3045 0 0 if @_
3046 0 0 if @_ and not wantarray
3048 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3049 0 0 wantarray ? :
3052 0 0 wantarray ? :
3055 0 0 wantarray ? :
3058 0 0 if (-d "$_/.") { }
3059 0 0 wantarray ? :
3063 0 0 if (_open_r($fh, $_))
3065 0 0 unless close $fh
3066 0 0 wantarray ? :
3070 0 0 wantarray ? :
3078 0 0 if @_
3079 0 0 if @_ and not wantarray
3081 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3082 0 0 wantarray ? :
3085 0 0 wantarray ? :
3088 0 0 wantarray ? :
3091 0 0 if (-d "$_/.") { }
3092 0 0 wantarray ? :
3096 0 0 if (_open_r($fh, $_))
3098 0 0 unless close $fh
3099 0 0 wantarray ? :
3103 0 0 wantarray ? :
3111 0 0 if @_
3112 0 0 if @_ and not wantarray
3114 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3115 0 0 wantarray ? :
3118 0 0 wantarray ? :
3121 0 0 wantarray ? :
3124 0 0 if (-d "$_/.") { }
3125 0 0 wantarray ? :
3129 0 0 if (_open_r($fh, $_))
3131 0 0 unless close $fh
3132 0 0 wantarray ? :
3136 0 0 wantarray ? :
3144 0 0 if @_
3145 0 0 if @_ and not wantarray
3147 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3148 0 0 wantarray ? :
3151 0 0 wantarray ? :
3154 0 0 wantarray ? :
3157 0 0 if (-d "$_/.") { }
3158 0 0 wantarray ? :
3162 0 0 if (_open_r($fh, $_))
3164 0 0 unless close $fh
3165 0 0 wantarray ? :
3169 0 0 wantarray ? :
3177 0 0 if @_
3178 0 0 if @_ and not wantarray
3180 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3181 0 0 wantarray ? :
3184 0 0 wantarray ? :
3187 0 0 wantarray ? :
3190 0 0 if (-d "$_/.") { }
3191 0 0 wantarray ? :
3195 0 0 if (_open_r($fh, $_))
3197 0 0 unless close $fh
3198 0 0 wantarray ? :
3202 0 0 wantarray ? :
3210 0 0 if @_
3211 0 0 if @_ and not wantarray
3213 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3214 0 0 wantarray ? :
3217 0 0 wantarray ? :
3220 0 0 wantarray ? :
3223 0 0 if (-d "$_/.") { }
3224 0 0 wantarray ? :
3228 0 0 if (_open_r($fh, $_))
3230 0 0 unless close $fh
3231 0 0 wantarray ? :
3235 0 0 wantarray ? :
3243 0 0 if @_
3244 0 0 if @_ and not wantarray
3246 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3247 0 0 wantarray ? :
3250 0 0 wantarray ? :
3253 0 0 wantarray ? :
3256 0 0 if (-d "$_/.") { }
3257 0 0 wantarray ? :
3261 0 0 if (_open_r($fh, $_))
3263 0 0 unless close $fh
3264 0 0 wantarray ? :
3268 0 0 wantarray ? :
3276 0 0 if @_
3277 0 0 if @_ and not wantarray
3279 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif ($] =~ /^5\.008/mosx) { }
3280 0 0 wantarray ? :
3283 0 0 wantarray ? :
3286 0 0 wantarray ? :
3288 0 0 wantarray ? :
3296 0 0 if @_
3303 0 0 if (@_ and not wantarray)
3310 0 0 if (defined fileno $fh) { }
3312 0 0 if (defined &Ebig5plus::telldir($fh))
3313 0 0 wantarray ? :
3328 0 0 if (sysread $fh, my $block, 512) { }
3334 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) { }
3351 0 0 if (-d $_ or -d "$_/.")
3352 0 0 wantarray ? :
3356 0 0 if (_open_r($fh, $_)) { }
3359 0 0 wantarray ? :
3361 0 0 if (sysread $fh, my $block, 512) { }
3362 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) { }
3375 0 0 unless close $fh
3378 0 0 wantarray ? :
3386 0 0 if @_
3387 0 0 if @_ and not wantarray
3391 0 0 if (defined fileno $fh) { }
3393 0 0 if (defined &Ebig5plus::telldir($fh))
3394 0 0 wantarray ? :
3399 0 0 if (sysread $fh, my $block, 512) { }
3400 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) { }
3417 0 0 if (-d $_ or -d "$_/.")
3418 0 0 wantarray ? :
3422 0 0 if (_open_r($fh, $_)) { }
3425 0 0 wantarray ? :
3427 0 0 if (sysread $fh, my $block, 512) { }
3428 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) { }
3441 0 0 unless close $fh
3444 0 0 wantarray ? :
3452 0 0 if @_
3453 0 0 if @_ and not wantarray
3455 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3456 0 0 wantarray ? :
3459 0 0 wantarray ? :
3462 0 0 wantarray ? :
3465 0 0 if (-d "$_/.") { }
3466 0 0 wantarray ? :
3470 0 0 if (_open_r($fh, $_))
3472 0 0 unless close $fh
3474 0 0 wantarray ? :
3478 0 0 wantarray ? :
3486 0 0 if @_
3487 0 0 if @_ and not wantarray
3489 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3490 0 0 wantarray ? :
3493 0 0 wantarray ? :
3496 0 0 wantarray ? :
3499 0 0 if (-d "$_/.") { }
3500 0 0 wantarray ? :
3504 0 0 if (_open_r($fh, $_))
3506 0 0 unless close $fh
3508 0 0 wantarray ? :
3512 0 0 wantarray ? :
3520 0 0 if @_
3521 0 0 if @_ and not wantarray
3523 0 0 if ($_ eq '_') { }
0 0 elsif (defined fileno(my $fh = &qualify_to_ref($_))) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3524 0 0 wantarray ? :
3527 0 0 wantarray ? :
3530 0 0 wantarray ? :
3533 0 0 if (-d "$_/.") { }
3534 0 0 wantarray ? :
3538 0 0 if (_open_r($fh, $_))
3540 0 0 unless close $fh
3542 0 0 wantarray ? :
3546 0 0 wantarray ? :
3556 0 0 unless (eval "Ebig5plus::${filetest}_")
3560 0 0 unless (eval " $filetest _ ")
3572 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3573 0 0 -r _ ? :
3576 0 0 if (-d "$_/.") { }
3577 0 0 -r _ ? :
3581 0 0 if (_open_r($fh, $_))
3583 0 0 unless close $fh
3584 0 0 $r ? :
3639 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3640 0 0 -w _ ? :
3643 0 0 if (-d "$_/.") { }
3644 0 0 -w _ ? :
3648 0 0 if (_open_a($fh, $_))
3650 0 0 unless close $fh
3651 0 0 $w ? :
3663 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3664 0 0 -x _ ? :
3667 0 0 if (-d "$_/.") { }
3668 0 0 -x _ ? :
3672 0 0 if (_open_r($fh, $_))
3674 0 0 unless close $fh
3689 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3690 0 0 -O _ ? :
3693 0 0 if (-d "$_/.") { }
3694 0 0 -O _ ? :
3698 0 0 if (_open_r($fh, $_))
3700 0 0 unless close $fh
3701 0 0 $o ? :
3713 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3714 0 0 -R _ ? :
3717 0 0 if (-d "$_/.") { }
3718 0 0 -R _ ? :
3722 0 0 if (_open_r($fh, $_))
3724 0 0 unless close $fh
3725 0 0 $R ? :
3737 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3738 0 0 -W _ ? :
3741 0 0 if (-d "$_/.") { }
3742 0 0 -W _ ? :
3746 0 0 if (_open_a($fh, $_))
3748 0 0 unless close $fh
3749 0 0 $W ? :
3761 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3762 0 0 -X _ ? :
3765 0 0 if (-d "$_/.") { }
3766 0 0 -X _ ? :
3770 0 0 if (_open_r($fh, $_))
3772 0 0 unless close $fh
3787 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3788 0 0 -o _ ? :
3791 0 0 if (-d "$_/.") { }
3792 0 0 -o _ ? :
3796 0 0 if (_open_r($fh, $_))
3798 0 0 unless close $fh
3799 0 0 $O ? :
3811 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3815 0 0 if (-d "$_/.") { }
3820 0 0 if (_open_r($fh, $_))
3822 0 0 unless close $fh
3823 0 0 $e ? :
3835 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3836 0 0 -z _ ? :
3839 0 0 if (-d "$_/.") { }
3840 0 0 -z _ ? :
3844 0 0 if (_open_r($fh, $_))
3846 0 0 unless close $fh
3847 0 0 $z ? :
3859 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3863 0 0 if (-d "$_/.") { }
3868 0 0 if (_open_r($fh, $_))
3870 0 0 unless close $fh
3883 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3884 0 0 -f _ ? :
3887 0 0 if (-d "$_/.") { }
3892 0 0 if (_open_r($fh, $_))
3894 0 0 unless close $fh
3895 0 0 $f ? :
3907 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3908 0 0 -d _ ? :
3911 0 0 -d "$_/." ? :
3921 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3922 0 0 -l _ ? :
3925 0 0 if (-d "$_/.") { }
3926 0 0 -l _ ? :
3930 0 0 if (_open_r($fh, $_))
3932 0 0 unless close $fh
3933 0 0 $l ? :
3945 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3946 0 0 -p _ ? :
3949 0 0 if (-d "$_/.") { }
3950 0 0 -p _ ? :
3954 0 0 if (_open_r($fh, $_))
3956 0 0 unless close $fh
3957 0 0 $p ? :
3969 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3970 0 0 -S _ ? :
3973 0 0 if (-d "$_/.") { }
3974 0 0 -S _ ? :
3978 0 0 if (_open_r($fh, $_))
3980 0 0 unless close $fh
3981 0 0 $S ? :
3993 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
3994 0 0 -b _ ? :
3997 0 0 if (-d "$_/.") { }
3998 0 0 -b _ ? :
4002 0 0 if (_open_r($fh, $_))
4004 0 0 unless close $fh
4005 0 0 $b ? :
4017 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4018 0 0 -c _ ? :
4021 0 0 if (-d "$_/.") { }
4022 0 0 -c _ ? :
4026 0 0 if (_open_r($fh, $_))
4028 0 0 unless close $fh
4029 0 0 $c ? :
4041 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4042 0 0 -u _ ? :
4045 0 0 if (-d "$_/.") { }
4046 0 0 -u _ ? :
4050 0 0 if (_open_r($fh, $_))
4052 0 0 unless close $fh
4053 0 0 $u ? :
4065 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4066 0 0 -g _ ? :
4069 0 0 if (-d "$_/.") { }
4070 0 0 -g _ ? :
4074 0 0 if (_open_r($fh, $_))
4076 0 0 unless close $fh
4077 0 0 $g ? :
4089 0 0 if ($] =~ /^5\.008/mosx)
4090 0 0 wantarray ? :
4092 0 0 wantarray ? :
4102 0 0 if (-d $_ or -d "$_/.")
4106 0 0 if (_open_r($fh, $_)) { }
4112 0 0 if (sysread $fh, my $block, 512) { }
4113 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) { }
4126 0 0 unless close $fh
4138 0 0 if (-d $_ or -d "$_/.")
4142 0 0 if (_open_r($fh, $_)) { }
4148 0 0 if (sysread $fh, my $block, 512) { }
4149 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) { }
4162 0 0 unless close $fh
4172 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4176 0 0 if (-d "$_/.") { }
4181 0 0 if (_open_r($fh, $_))
4183 0 0 unless close $fh
4197 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4201 0 0 if (-d "$_/.") { }
4206 0 0 if (_open_r($fh, $_))
4208 0 0 unless close $fh
4222 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4226 0 0 if (-d "$_/.") { }
4231 0 0 if (_open_r($fh, $_))
4233 0 0 unless close $fh
4247 0 0 if (wantarray) { }
4266 0 0 if (wantarray) { }
4294 0 0 unless defined $expr
4305 0 0 if ($^O =~ /\A (?: MSWin32 | NetWare | symbian | dos ) \z/mosx) { }
4311 0 0 $1 ? :
4315 0 0 unless defined $cxix
4316 0 0 unless exists $iter{$cxix}
4319 0 0 if ($iter{$cxix} == 0)
4324 0 0 if (wantarray) { }
4329 0 0 if ($iter{$cxix} = scalar @{$entries{$cxix};}) { }
4352 0 0 unless defined $expr
4353 0 0 if $expr eq ''
4362 0 0 if ($expr =~ /\A " ((?:$Ebig5plus::q_char)*?) " \z/mosx)
4364 0 0 if ($cond eq 'd') { }
4365 0 0 if (&d($expr))
4370 0 0 if (&e($expr))
4379 0 0 if ($^O =~ /\A (?: MSWin32 | NetWare | symbian | dos ) \z/mosx)
4380 0 0 if ($expr =~ s( \A ((?:[A-Za-z]:)?) ([^\x81-\xFE/\\]|[\x81-\xFE][\x00-\xFF]) )[$1./$2]mosx)
4385 0 0 if (($head, $tail) = _parse_path($expr, $pathsep))
4386 0 0 if ($tail eq '')
4390 0 0 if ($head =~ / \A (?:$Ebig5plus::q_char)*? [*?] /mosx)
4391 0 0 if (@globdir = _do_glob('d', $head))
4396 0 0 if ($head eq '' or $head =~ /\A [A-Za-z]: \z/mosx)
4403 0 0 unless ($expr =~ / \A (?:$Ebig5plus::q_char)*? [*?] /mosx)
4404 0 0 if ($head eq '.')
4407 0 0 if ($head ne '' and ($head =~ / \G ($Ebig5plus::q_char) /gmosx)[-1] ne $pathsep)
4411 0 0 if ($cond eq 'd') { }
4412 0 0 if (&d($head))
4417 0 0 if (&e($head))
4423 0 0 unless &Ebig5plus::opendir(\*DIR, $head)
4427 0 0 if ($head eq '.')
4430 0 0 if ($head ne '' and ($head =~ / \G ($Ebig5plus::q_char) /gmosx)[-1] ne $pathsep)
4443 0 0 if ($char eq '*') { }
0 0 elsif ($char eq '?') { }
0 0 elsif ((my $fc = &fc($char)) ne $char) { }
4466 0 0 if ($leaf eq '.' or $leaf eq '..')
4469 0 0 if ($cond eq 'd' and not &d("$head$leaf"))
4473 0 0 if (&$matchsub($leaf))
4481 0 0 if (&Ebig5plus::index($leaf, '.') == -1 and length $leaf <= 8 and &Ebig5plus::index($pattern, '\\.') != -1)
4485 0 0 if (&$matchsub("$leaf."))
4491 0 0 if (@matched)
4495 0 0 if ($fix_drive_relative_paths)
4517 0 0 defined $1 ? :
4551 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'}) { }
4574 0 0 if (exists $ENV{'HOME'} and defined $ENV{'HOME'}) { }
0 0 elsif (exists $ENV{'LOGDIR'} and $ENV{'LOGDIR'}) { }
4593 0 0 if (defined $home and not &d($home))
4604 0 0 if @_
4606 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4616 0 0 if (open MUST_BE_BAREWORD_AT_HERE, $_)
4617 0 0 if (wantarray) { }
4619 0 0 unless close MUST_BE_BAREWORD_AT_HERE
4624 0 0 unless close MUST_BE_BAREWORD_AT_HERE
4629 0 0 wantarray ? :
4637 0 0 if (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4642 0 0 if (open MUST_BE_BAREWORD_AT_HERE, $_)
4643 0 0 if (wantarray) { }
4645 0 0 unless close MUST_BE_BAREWORD_AT_HERE
4650 0 0 unless close MUST_BE_BAREWORD_AT_HERE
4655 0 0 wantarray ? :
4664 0 0 if (CORE::opendir $dh, $_[1]) { }
0 0 elsif (_MSWin32_5Cended_path($_[1])) { }
4668 0 0 if (CORE::opendir $dh, "$_[1]/.")
4680 384 0 if @_
4683 0 384 if (defined fileno $fh) { }
384 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4696 0 0 if (open MUST_BE_BAREWORD_AT_HERE, $_)
4697 0 0 if (wantarray) { }
4699 0 0 unless close MUST_BE_BAREWORD_AT_HERE
4704 0 0 unless close MUST_BE_BAREWORD_AT_HERE
4709 0 0 wantarray ? :
4718 0 0 if (defined fileno $fh) { }
0 0 elsif (-e $_) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4726 0 0 if (open MUST_BE_BAREWORD_AT_HERE, $_)
4727 0 0 if (wantarray) { }
4729 0 0 unless close MUST_BE_BAREWORD_AT_HERE
4734 0 0 unless close MUST_BE_BAREWORD_AT_HERE
4739 0 0 wantarray ? :
4747 0 0 unless @_
4751 0 0 if (CORE::unlink $_) { }
0 0 elsif (&d($_)) { }
0 0 elsif (_MSWin32_5Cended_path($_)) { }
4758 0 0 unless {'/', '\\'}->{$_}
4759 0 0 if ($file =~ / \A (?:$Ebig5plus::q_char)*? [ ] /mosx)
4763 0 0 if (_open_r($fh, $_))
4764 0 0 unless close $fh
4767 0 0 if (defined $ENV{'OS'} and $ENV{'OS'} eq 'Windows_NT') { }
0 0 elsif (`ver` =~ /\b(?:Windows 2000)\b/mos) { }
4783 0 0 if (_open_r($fh, $_)) { }
4784 0 0 unless close $fh
4800 0 0 if (@_ == 0)
4806 0 0 if (_MSWin32_5Cended_path($dir)) { }
4807 0 0 unless (&d($dir))
4811 0 0 if ($] =~ /^5\.005/mosx) { }
0 0 elsif ($] =~ /^(?:5\.006|5\.008000)/mosx and $^O eq 'MSWin32') { }
4830 0 0 unless ($@)
4970 0 0 if ($char eq '\\' or $char eq '/') { }
4979 0 0 if ($subdir[-1] eq '\\' or $subdir[-1] eq '/')
4993 0 0 if (`ver` =~ /\b(?:Windows NT|Windows 2000)\b/mos) { }
0 0 elsif (defined $ENV{'OS'} and $ENV{'OS'} eq 'Windows_NT') { }
4996 0 0 if (&fc(substr($dirx, -length($subdir[-1]), length $subdir[-1])) eq &fc($subdir[-1]))
5016 0 0 if (&fc(substr($dirx, -length($subdir[-1]), length $subdir[-1])) eq &fc($subdir[-1]))
5031 0 0 if (&fc(substr($dirx, -length($subdir[-1]), length $subdir[-1])) eq &fc($subdir[-1]))
5043 0 0 if ($shortdir eq '') { }
0 0 elsif (&fc($shortdir) eq &fc($dir)) { }
5061 768 0 if (@_ >= 1 and $_[0] ne '')
5062 0 768 if ($^O =~ /\A (?: MSWin32 | NetWare | symbian | dos ) \z/mosx)
5064 0 0 if ($char[-1] =~ / \x5C \z/mosx)
5084 0 0 if ($^O eq 'MacOS') { }
5091 0 0 if (&f($realfilename))
5095 0 0 if (&e("$realfilename.e"))
5099 0 0 if ($e_mtime < $mtime or $mtime < $module_mtime)
5104 0 0 if (&e("$realfilename.e")) { }
5106 0 0 if (_open_r($fh, "$realfilename.e"))
5107 0 0 if ($^O eq 'MacOS') { }
0 0 elsif (exists $ENV{'CHAR_NONBLOCK'}) { }
5126 0 0 if ($@)
5135 0 0 if ($^O eq 'MacOS')
5141 0 0 unless close $fh
5146 0 0 if (_open_r($fh, $realfilename))
5147 0 0 if ($^O eq 'MacOS') { }
0 0 elsif (exists $ENV{'CHAR_NONBLOCK'}) { }
5155 0 0 if ($@)
5164 0 0 if ($^O eq 'MacOS')
5170 0 0 unless close $fh
5173 0 0 if ($script =~ /^ (?>\s*) use (?>\s+) Big5Plus (?>\s*) ([^\x81-\xFE;]*) ; (?>\s*) \n? $/mosx)
5177 0 0 unless open $fh, ">$realfilename.e"
5178 0 0 if ($^O eq 'MacOS') { }
0 0 elsif (exists $ENV{'CHAR_NONBLOCK'}) { }
5186 0 0 if ($@)
5194 0 0 unless seek $fh, 0, 0
5196 0 0 if ($^O eq 'MacOS')
5202 0 0 unless close $fh
5215 0 0 if ($@) { }
0 0 elsif (not $result) { }
5293 0 0 if @_
5295 0 0 if (exists $INC{$_})
5296 0 0 if $INC{$_}
5306 0 0 if (/ \b (?: jcode\.pl | jacode(?>[0-9]*)\.pl ) \z /mosx)
5315 0 0 if ($^O eq 'MacOS') { }
5322 0 0 if (&f($realfilename))
5327 0 0 if (&e("$realfilename.e"))
5331 0 0 if ($e_mtime < $mtime or $mtime < $module_mtime)
5336 0 0 if (&e("$realfilename.e")) { }
5338 0 0 unless _open_r($fh, "$realfilename.e")
5339 0 0 if ($^O eq 'MacOS') { }
0 0 elsif (exists $ENV{'CHAR_NONBLOCK'}) { }
5347 0 0 if ($@)
5356 0 0 if ($^O eq 'MacOS')
5362 0 0 unless close $fh
5366 0 0 unless _open_r($fh, $realfilename)
5367 0 0 if ($^O eq 'MacOS') { }
0 0 elsif (exists $ENV{'CHAR_NONBLOCK'}) { }
5375 0 0 if ($@)
5384 0 0 if ($^O eq 'MacOS')
5390 0 0 unless close $fh
5392 0 0 if ($script =~ /^ (?>\s*) use (?>\s+) Big5Plus (?>\s*) ([^\x81-\xFE;]*) ; (?>\s*) \n? $/mosx)
5396 0 0 unless open $fh, ">$realfilename.e"
5397 0 0 if ($^O eq 'MacOS') { }
0 0 elsif (exists $ENV{'CHAR_NONBLOCK'}) { }
5405 0 0 if ($@)
5413 0 0 unless seek $fh, 0, 0
5415 0 0 if ($^O eq 'MacOS')
5421 0 0 unless close $fh
5435 0 0 if ($@) { }
0 0 elsif (not $result) { }
5462 0 0 if (defined $&) { }
5463 0 0 if (defined $1 and substr($&, -length($1), length $1) eq $1) { }
5480 0 0 if (defined $&) { }
5481 0 0 if (defined $1) { }
5506 0 0 if @_
5508 0 0 if (/\A ($Ebig5plus::q_char) /mosx) { }
5526 0 0 if (/\A ($Ebig5plus::q_char) /mosx) { }
5544 0 0 if (wantarray) { }
5564 0 0 @_ ? :
5565 0 0 if @_ and not wantarray
5571 0 0 if (exists $range_tr{length $getc})
5572 0 0 if ($getc =~ /\A $Ebig5plus::dot_s \z/mosx)
5573 0 0 wantarray ? :
5577 0 0 wantarray ? :
5585 0 0 if @_
5608 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) { }
5688 0 0 if (@_ == 3) { }
5695 0 0 if ($index == -1) { }
5709 0 0 if (@_ == 3) { }
5716 0 0 if ($rindex == -1) { }
5870 0 384 if @_
5931 31405 155713 if (/\G ( \n ) /cgox) { }
42620 113093 elsif (/\G ((?>\s+)|\#.*) /cgox) { }
3773 109320 elsif (/\G ( (?: if | elsif | unless | while | until | given | when ) (?>\s*) \( ) /cgox) { }
170 109150 elsif (/\G ( \( (?>\s*) (?: local \b | my \b | our \b | state \b )? (?>\s*) \$ $qq_scalar ) /cgox) { }
4 109146 elsif (/\G ( \$` | \$\{`\} | \$ (?>\s*) PREMATCH \b | \$ (?>\s*) \{ (?>\s*) PREMATCH (?>\s*) \} | \$ (?>\s*) \{\^PREMATCH\} ) /cgmosx) { }
28 109118 elsif (/\G ( \$& | \$\{&\} | \$ (?>\s*) MATCH \b | \$ (?>\s*) \{ (?>\s*) MATCH (?>\s*) \} | \$ (?>\s*) \{\^MATCH\} ) /cgmosx) { }
1 109117 elsif (/\G ( \$' | \$\{'\} ) /cgmosx) { }
3 109114 elsif (/\G ( \$ (?>\s*) POSTMATCH \b | \$ (?>\s*) \{ (?>\s*) POSTMATCH (?>\s*) \} | \$ (?>\s*) \{\^POSTMATCH\} ) /cgmosx) { }
2878 106236 elsif (/\G ( \$ $qq_scalar | $qq_substr ) /cgox) { }
12209 94027 elsif (/\G ( [,;] ) /cgox) { }
0 94027 elsif (/\G ( \{ (?>\s*) (?: tr | index | rindex | reverse ) (?>\s*) \} ) /cgmosx) { }
2 94025 elsif (/\G ( \$ 0 ) /cgmosx) { }
0 94025 elsif (/\G ( \$ \{ (?>\s*) 0 (?>\s*) \} ) /cgmosx) { }
1 94024 elsif (/\G ( \$ \$ ) (?![\w\{]) /cgmosx) { }
219 93805 elsif (/\G \$ ((?>[1-9][0-9]*)) /cgmosx) { }
0 93805 elsif (/\G \$ \{ (?>\s*) ((?>[1-9][0-9]*)) (?>\s*) \} /cgmosx) { }
0 93805 elsif (/\G \$ ( \$ (?> [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \[ .+? \] ) /cgmosx) { }
0 93805 elsif (/\G \$ ( \$ (?> [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \{ .+? \} ) /cgmosx) { }
0 93805 elsif (/\G \$ ( \$ (?> [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) /cgmosx) { }
0 93805 elsif (/\G \$ (?>\s*) \{ ( (?>\s*) (?> [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) (?>\s*) ) \} /cgmosx) { }
0 93805 elsif (/\G \$ (?>\s*) \{ (?>\s*) ( $qq_brace ) (?>\s*) \} /cgmosx) { }
605 93200 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 93097 elsif (m{\G ( \$[\$\@\#\\\'\"/\?\(\)\[\]\<\>] ) }cgmosx) { }
0 93097 elsif (/\G \b (while (?>\s*) \( (?>\s*) <[\$]?[A-Za-z_][A-Za-z_0-9]*> (?>\s*) \)) \b /cgox) { }
0 93097 elsif (/\G \b while (?>\s*) \( (?>\s*) < ((?:[^\x81-\xFE>\0\a\e\f\n\r\t]|[\x81-\xFE][\x00-\xFF])+?) > (?>\s*) \) \b /cgox) { }
0 93097 elsif (/\G \b while (?>\s*) \( (?>\s*) glob (?>\s*) \) /cgox) { }
0 93097 elsif (/\G \b while (?>\s*) \( (?>\s*) glob \b /cgox) { }
482 92615 elsif (/\G \b ( if | unless | while | until | for | when ) \b /cgox) { }
19 92596 elsif (/\G \b (CORE:: | ->(>?\s*) (?: atan2 | [a-z]{2,})) \b /cgox) { }
0 92596 elsif (/\G \b Char::eval (?= (?>\s*) \{ ) /cgox) { }
13 92583 elsif (/\G \b Big5Plus::eval (?= (?>\s*) \{ ) /cgox) { }
0 92583 elsif (/\G \b Char::eval \b (?! (?>\s*) => ) /cgox) { }
114 92469 elsif (/\G \b Big5Plus::eval \b (?! (?>\s*) => ) /cgox) { }
2 92467 elsif (/\G \b bytes::substr \b (?! (?>\s*) => ) /cgox) { }
2 92465 elsif (/\G \b chop \b (?! (?>\s*) => ) /cgox) { }
2 92463 elsif (/\G \b bytes::index \b (?! (?>\s*) => ) /cgox) { }
0 92463 elsif (/\G \b Char::index \b (?! (?>\s*) => ) /cgox) { }
2 92461 elsif (/\G \b Big5Plus::index \b (?! (?>\s*) => ) /cgox) { }
2 92459 elsif (/\G \b index \b (?! (?>\s*) => ) /cgox) { }
2 92457 elsif (/\G \b bytes::rindex \b (?! (?>\s*) => ) /cgox) { }
0 92457 elsif (/\G \b Char::rindex \b (?! (?>\s*) => ) /cgox) { }
2 92455 elsif (/\G \b Big5Plus::rindex \b (?! (?>\s*) => ) /cgox) { }
2 92453 elsif (/\G \b rindex \b (?! (?>\s*) => ) /cgox) { }
1 92452 elsif (/\G \b lc (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 92452 elsif (/\G \b lcfirst (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 92452 elsif (/\G \b uc (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 92452 elsif (/\G \b ucfirst (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
3 92449 elsif (/\G \b fc (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 92449 elsif (/\G (-[rwxoRWXOezfdlpSbcugkTB] (?>(?:\s+ -[rwxoRWXOezfdlpSbcugkTB])+)) (?>\s*) (\") ((?:$Ebig5plus::qq_char)+?) (\") /cgox) { }
0 92449 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) qq (?>\s*) (\#) ((?:$Ebig5plus::qq_char)+?) (\#) /cgox) { }
0 92449 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) qq (?>\s*) (\() ((?:$qq_paren)+?) (\)) /cgox) { }
0 92449 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) qq (?>\s*) (\{) ((?:$qq_brace)+?) (\}) /cgox) { }
0 92449 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) qq (?>\s*) (\[) ((?:$qq_bracket)+?) (\]) /cgox) { }
0 92449 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) qq (?>\s*) (\<) ((?:$qq_angle)+?) (\>) /cgox) { }
1 92448 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) qq (?>\s*) (\S) ((?:$Ebig5plus::qq_char)+?) (\2) /cgox) { }
5 92443 elsif (/\G (-[rwxoRWXOezfdlpSbcugkTB] (?>(?:\s+ -[rwxoRWXOezfdlpSbcugkTB])+)) (?>\s*) (\') ((?:\\\'|\\\\|$Ebig5plus::q_char)+?) (\') /cgox) { }
0 92443 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) q (?>\s*) (\#) ((?:\\\#|\\\\|$Ebig5plus::q_char)+?) (\#) /cgox) { }
0 92443 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) q (?>\s*) (\() ((?:\\\)|\\\\|$q_paren)+?) (\)) /cgox) { }
0 92443 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) q (?>\s*) (\{) ((?:\\\}|\\\\|$q_brace)+?) (\}) /cgox) { }
0 92443 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) q (?>\s*) (\[) ((?:\\\]|\\\\|$q_bracket)+?) (\]) /cgox) { }
0 92443 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) q (?>\s*) (\<) ((?:\\\>|\\\\|$q_angle)+?) (\>) /cgox) { }
1 92442 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) q (?>\s*) (\S) ((?:\\\2|\\\\|$Ebig5plus::q_char)+?) (\2) /cgox) { }
0 92442 elsif (/\G (-[rwxoRWXOezfdlpSbcugkTB] (?>(?:\s+ -[rwxoRWXOezfdlpSbcugkTB])+)) (\$ (?> \w+ (?: ::\w+)* ) (?: (?: ->)? (?: [\$\@\%\&\*]\* | \$\#\* | \( (?:$qq_paren)*? \) | [\@\%\*]? \{ (?:$qq_brace)+? \} | [\@\%]? \[ (?:$qq_bracket)+? \] ) )*) /cgox) { }
0 92442 elsif (/\G (-[rwxoRWXOezfdlpSbcugkTB] (?>(?:\s+ -[rwxoRWXOezfdlpSbcugkTB])+)) \( ((?:$qq_paren)*?) \) /cgox) { }
0 92442 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) (?= [a-z]+) /cgox) { }
0 92442 elsif (/\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) ((?>\w+)) /cgox) { }
0 92442 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s*) (\") ((?:$Ebig5plus::qq_char)+?) (\") /cgox) { }
0 92442 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) qq (?>\s*) (\#) ((?:$Ebig5plus::qq_char)+?) (\#) /cgox) { }
0 92442 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) qq (?>\s*) (\() ((?:$qq_paren)+?) (\)) /cgox) { }
0 92442 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) qq (?>\s*) (\{) ((?:$qq_brace)+?) (\}) /cgox) { }
0 92442 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) qq (?>\s*) (\[) ((?:$qq_bracket)+?) (\]) /cgox) { }
0 92442 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) qq (?>\s*) (\<) ((?:$qq_angle)+?) (\>) /cgox) { }
2 92440 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) qq (?>\s*) (\S) ((?:$Ebig5plus::qq_char)+?) (\2) /cgox) { }
103 92337 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s*) (\') ((?:\\\'|\\\\|$Ebig5plus::q_char)+?) (\') /cgox) { }
0 92337 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) q (?>\s*) (\#) ((?:\\\#|\\\\|$Ebig5plus::q_char)+?) (\#) /cgox) { }
0 92337 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) q (?>\s*) (\() ((?:\\\)|\\\\|$q_paren)+?) (\)) /cgox) { }
0 92337 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) q (?>\s*) (\{) ((?:\\\}|\\\\|$q_brace)+?) (\}) /cgox) { }
0 92337 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) q (?>\s*) (\[) ((?:\\\]|\\\\|$q_bracket)+?) (\]) /cgox) { }
0 92337 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) q (?>\s*) (\<) ((?:\\\>|\\\\|$q_angle)+?) (\>) /cgox) { }
2 92335 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) q (?>\s*) (\S) ((?:\\\2|\\\\|$Ebig5plus::q_char)+?) (\2) /cgox) { }
6 92329 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s*) (\$ (?> \w+ (?: ::\w+)* ) (?: (?: ->)? (?: [\$\@\%\&\*]\* | \$\#\* | \( (?:$qq_paren)*? \) | [\@\%\*]? \{ (?:$qq_brace)+? \} | [\@\%]? \[ (?:$qq_bracket)+? \] ) )*) /cgox) { }
0 92329 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s*) \( ((?:$qq_paren)*?) \) /cgox) { }
0 92329 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?= (?>\s+) [a-z]+) /cgox) { }
50 92279 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) ((?>\w+)) /cgox) { }
2 92277 elsif (/\G -(t) (?>\s+) ((?>\w+)) /cgox) { }
1 92276 elsif (/\G \b lstat (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
3 92273 elsif (/\G \b stat (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 92273 elsif (/\G -s (?>\s*) (\") ((?:$Ebig5plus::qq_char)+?) (\") /cgox) { }
0 92273 elsif (/\G -s (?>\s+) qq (?>\s*) (\#) ((?:$Ebig5plus::qq_char)+?) (\#) /cgox) { }
0 92273 elsif (/\G -s (?>\s+) qq (?>\s*) (\() ((?:$qq_paren)+?) (\)) /cgox) { }
0 92273 elsif (/\G -s (?>\s+) qq (?>\s*) (\{) ((?:$qq_brace)+?) (\}) /cgox) { }
0 92273 elsif (/\G -s (?>\s+) qq (?>\s*) (\[) ((?:$qq_bracket)+?) (\]) /cgox) { }
0 92273 elsif (/\G -s (?>\s+) qq (?>\s*) (\<) ((?:$qq_angle)+?) (\>) /cgox) { }
0 92273 elsif (/\G -s (?>\s+) qq (?>\s*) (\S) ((?:$Ebig5plus::qq_char)+?) (\1) /cgox) { }
0 92273 elsif (/\G -s (?>\s*) (\') ((?:\\\'|\\\\|$Ebig5plus::q_char)+?) (\') /cgox) { }
0 92273 elsif (/\G -s (?>\s+) q (?>\s*) (\#) ((?:\\\#|\\\\|$Ebig5plus::q_char)+?) (\#) /cgox) { }
0 92273 elsif (/\G -s (?>\s+) q (?>\s*) (\() ((?:\\\)|\\\\|$q_paren)+?) (\)) /cgox) { }
0 92273 elsif (/\G -s (?>\s+) q (?>\s*) (\{) ((?:\\\}|\\\\|$q_brace)+?) (\}) /cgox) { }
0 92273 elsif (/\G -s (?>\s+) q (?>\s*) (\[) ((?:\\\]|\\\\|$q_bracket)+?) (\]) /cgox) { }
0 92273 elsif (/\G -s (?>\s+) q (?>\s*) (\<) ((?:\\\>|\\\\|$q_angle)+?) (\>) /cgox) { }
0 92273 elsif (/\G -s (?>\s+) q (?>\s*) (\S) ((?:\\\1|\\\\|$Ebig5plus::q_char)+?) (\1) /cgox) { }
0 92273 elsif (/\G -s (?>\s*) (\$ (?> \w+ (?: ::\w+)* ) (?: (?: ->)? (?: [\$\@\%\&\*]\* | \$\#\* | \( (?:$qq_paren)*? \) | [\@\%\*]? \{ (?:$qq_brace)+? \} | [\@\%]? \[ (?:$qq_bracket)+? \] ) )*) /cgox) { }
0 92273 elsif (/\G -s (?>\s*) \( ((?:$qq_paren)*?) \) /cgox) { }
0 92273 elsif (/\G -s (?= (?>\s+) [a-z]+) /cgox) { }
0 92273 elsif (/\G -s (?>\s+) ((?>\w+)) /cgox) { }
2 92271 elsif (/\G \b bytes::length (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
2 92269 elsif (/\G \b bytes::chr (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
36 92233 elsif (/\G \b chr (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
2 92231 elsif (/\G \b bytes::ord (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
2 92229 elsif (/\G \b ord (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
8 92221 elsif (/\G \b glob (?= (?>\s+)[A-Za-z_]|(?>\s*)['"`\$\@\&\*\(]) /cgox) { }
0 92221 elsif (/\G \b lc \b (?! (?>\s*) => ) /cgox) { }
0 92221 elsif (/\G \b lcfirst \b (?! (?>\s*) => ) /cgox) { }
0 92221 elsif (/\G \b uc \b (?! (?>\s*) => ) /cgox) { }
0 92221 elsif (/\G \b ucfirst \b (?! (?>\s*) => ) /cgox) { }
0 92221 elsif (/\G \b fc \b (?! (?>\s*) => ) /cgox) { }
0 92221 elsif (/\G \b lstat \b (?! (?>\s*) => ) /cgox) { }
0 92221 elsif (/\G \b stat \b (?! (?>\s*) => ) /cgox) { }
0 92221 elsif (/\G (-[rwxoRWXOezfdlpSbcugkTB] (?>(?:\s+ -[rwxoRWXOezfdlpSbcugkTB])+)) \b (?! (?>\s*) => ) /cgox) { }
0 92221 elsif (/\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) \b (?! (?>\s*) => ) /cgox) { }
0 92221 elsif (/\G -s \b (?! (?>\s*) => ) /cgox) { }
0 92221 elsif (/\G \b bytes::length \b (?! (?>\s*) => ) /cgox) { }
0 92221 elsif (/\G \b bytes::chr \b (?! (?>\s*) => ) /cgox) { }
0 92221 elsif (/\G \b chr \b (?! (?>\s*) => ) /cgox) { }
0 92221 elsif (/\G \b bytes::ord \b (?! (?>\s*) => ) /cgox) { }
2 92219 elsif (/\G \b ord \b (?! (?>\s*) => ) /cgox) { }
0 92219 elsif (/\G \b glob \b (?! (?>\s*) => ) /cgox) { }
4 92215 elsif (/\G \b reverse \b (?! (?>\s*) => ) /cgox) { }
8 92207 elsif (/\G \b getc \b (?! (?>\s*) => ) /cgox) { }
2 92205 elsif (/\G \b opendir ((?>\s*) \( (?>\s*)) (?=[A-Za-z_]) /cgox) { }
0 92205 elsif (/\G \b opendir ((?>\s+)) (?=[A-Za-z_]) /cgox) { }
87 92118 elsif (/\G \b unlink \b (?! (?>\s*) => ) /cgox) { }
3 92115 elsif (/\G \b (chdir) \b (?! (?>\s*) => ) /cgox) { }
404 91711 elsif (/\G \b (split) \b (?! (?>\s*) => ) /cgox) { }
11 91700 elsif (/\G \b ( tr | y ) \b /cgox) { }
5897 85803 elsif (/\G \b (qq) \b /cgox) { }
184 85619 elsif (/\G \b (qr) \b /cgox) { }
34 85585 elsif (/\G \b (qw) \b /cgox) { }
3 85582 elsif (/\G \b (qx) \b /cgox) { }
606 84976 elsif (/\G \b (q) \b /cgox) { }
491 84485 elsif (/\G \b (m) \b /cgox) { }
290 84195 elsif (/\G \b (s) \b /cgox) { }
1 84194 elsif (/\G \b do (?= (?>\s*) \{ ) /cgmosx) { }
0 84194 elsif (/\G \b do (?= (?>\s+) (?: q | qq | qx ) \b) /cgmosx) { }
0 84194 elsif (/\G \b do (?= (?>\s+) (?>\w+)) /cgmosx) { }
0 84194 elsif (/\G \b do (?= (?>\s*) \$ (?> \w+ (?: ::\w+)* ) \( ) /cgmosx) { }
2 84192 elsif (/\G \b do \b /cgmosx) { }
0 84192 elsif (/\G \b require ((?>\s+) (?:$ignore_modules) .*? ;) ([ \t]* [#\n]) /cgmosx) { }
0 84192 elsif (/\G \b require ((?>\s+) (?:$ignore_modules) .*? ;) ([ \t]* [^\x81-\xFE#]) /cgmosx) { }
0 84192 elsif (/\G \b require ((?>\s+) (?:$ignore_modules)) \b /cgmosx) { }
0 84192 elsif (/\G \b require (?>\s+) ((?>0[0-7_]*)) (?>\s*) ; /cgmosx) { }
0 84192 elsif (/\G \b require (?>\s+) ((?>[1-9][0-9_]*(?:\.[0-9_]+)*)) (?>\s*) ; /cgmosx) { }
0 84192 elsif (/\G \b require (?>\s+) ((?>v[0-9][0-9_]*(?:\.[0-9_]+)*)) (?>\s*) ; /cgmosx) { }
18 84174 elsif (/\G \b require (?>\s+) ((?>[A-Za-z_]\w* (?: :: [A-Za-z_]\w*)*)) (?>\s*) ; /cgmosx) { }
0 84174 elsif (/\G \b require (?>\s*) ; /cgmosx) { }
1 84173 elsif (/\G \b require \b /cgmosx) { }
70 84103 elsif (/\G \b use ((?>\s+) strict .*? ;) ([ \t]* [#\n]) /cgmosx) { }
0 84103 elsif (/\G \b use ((?>\s+) strict .*? ;) ([ \t]* [^\x81-\xFE#]) /cgmosx) { }
0 84103 elsif (/\G \b use ((?>\s+) strict) \b /cgmosx) { }
3 84100 elsif (/\G \b use (?>\s+) ((?>([1-9][0-9_]*)(?:\.([0-9_]+))*)) (?>\s*) ; /cgmosx) { }
0 84100 elsif (/\G \b use (?>\s+) ((?>v([0-9][0-9_]*)(?:\.([0-9_]+))*)) (?>\s*) ; /cgmosx) { }
2 84098 elsif (/\G \b use ((?>\s+) (?:$ignore_modules) .*? ;) ([ \t]* [#\n]) /cgmosx) { }
0 84098 elsif (/\G \b use ((?>\s+) (?:$ignore_modules) .*? ;) ([ \t]* [^\x81-\xFE#]) /cgmosx) { }
0 84098 elsif (/\G \b use ((?>\s+) (?:$ignore_modules)) \b /cgmosx) { }
0 84098 elsif (/\G \b no ((?>\s+) (?:$ignore_modules) .*? ;) ([ \t]* [#\n]) /cgmosx) { }
0 84098 elsif (/\G \b no ((?>\s+) (?:$ignore_modules) .*? ;) ([ \t]* [^\x81-\xFE#]) /cgmosx) { }
0 84098 elsif (/\G \b no ((?>\s+) (?:$ignore_modules)) \b /cgmosx) { }
0 84098 elsif (/\G \b use (?>\s+) ((?>0[0-7_]*)) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b use (?>\s+) ((?>[1-9][0-9_]*(?:\.[0-9_]+)*)) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b use (?>\s+) ((?>v[0-9][0-9_]*(?:\.[0-9_]+)*)) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s*) (\() (?>\s*) \) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) (\() (?>\s*) \) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) (\{) (?>\s*) \} (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) (\[) (?>\s*) \] (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) (\<) (?>\s*) \> (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) ([\x21-\x3F]) (?>\s*) \2 (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) (\S) (?>\s*) \2 (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s*) ( (\() [^\x81-\xFE)]* \)) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s*) ( (\') [^\x81-\xFE']* \') (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s*) ( (\") [^\x81-\xFE"]* \") (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) (\() [^\x81-\xFE)]* \)) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) (\{) (?:$Ebig5plus::q_char)*? \}) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) (\[) (?:$Ebig5plus::q_char)*? \]) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) (\<) [^\x81-\xFE>]* \>) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) ([\x21-\x3F]) .*? \3) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b use (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) (\S) (?:$Ebig5plus::q_char)*? \3) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b no (?>\s+) ((?>0[0-7_]*)) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b no (?>\s+) ((?>[1-9][0-9_]*(?:\.[0-9_]+)*)) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b no (?>\s+) ((?>v[0-9][0-9_]*(?:\.[0-9_]+)*)) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s*) (\() (?>\s*) \) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) (\() (?>\s*) \) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) (\{) (?>\s*) \} (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) (\[) (?>\s*) \] (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) (\<) (?>\s*) \> (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) ([\x21-\x3F]) (?>\s*) \2 (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) qw (?>\s*) (\S) (?>\s*) \2 (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s*) ( (\() [^\x81-\xFE)]* \)) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s*) ( (\') [^\x81-\xFE']* \') (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s*) ( (\") [^\x81-\xFE"]* \") (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) (\() [^\x81-\xFE)]* \)) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) (\{) (?:$Ebig5plus::q_char)*? \}) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) (\[) (?:$Ebig5plus::q_char)*? \]) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) (\<) [^\x81-\xFE>]* \>) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) ([\x21-\x3F]) .*? \3) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b no (?>\s+) ((?>[A-Z]\w*(?: ::\w+)*)) (?>\s+) ((?: q | qq | qw ) (?>\s*) (\S) (?:$Ebig5plus::q_char)*? \3) (?>\s*) ; /cgmosx) { }
0 84098 elsif (/\G \b use \b /cgmosx) { }
2 84096 elsif (/\G \b no \b /cgmosx) { }
3177 80919 elsif (/\G (?
3404 77515 elsif (/\G (\") /cgox) { }
37 77478 elsif (/\G (\`) /cgox) { }
1231 76247 elsif ($Ebig5plus::slash eq 'm//' and m[\G (/) ]cgox) { }
92 76155 elsif ($Ebig5plus::slash eq 'm//' and /\G (\?) /cgox) { }
0 76155 elsif (/\G ( <<>> ) /cgox) { }
0 76155 elsif (/\G ( << (?>\s*) ) (?= [0-9\$\@\&] ) /cgox) { }
6 76149 elsif (/\G ( <<~ [\t ]* '([a-zA-Z_0-9]*)' ) /cgox) { }
3 76146 elsif (/\G ( <<~ \\([a-zA-Z_0-9]+) ) /cgox) { }
6 76140 elsif (/\G ( <<~ [\t ]* "([a-zA-Z_0-9]*)" ) /cgox) { }
3 76137 elsif (/\G ( <<~ ([a-zA-Z_0-9]+) ) /cgox) { }
6 76131 elsif (/\G ( <<~ [\t ]* `([a-zA-Z_0-9]*)` ) /cgox) { }
86 76045 elsif (/\G ( << '([a-zA-Z_0-9]*)' ) /cgox) { }
2 76043 elsif (/\G ( << \\([a-zA-Z_0-9]+) ) /cgox) { }
39 76004 elsif (/\G ( << "([a-zA-Z_0-9]*)" ) /cgox) { }
54 75950 elsif (/\G ( << ([a-zA-Z_0-9]+) ) /cgox) { }
0 75950 elsif (/\G ( << `([a-zA-Z_0-9]*)` ) /cgox) { }
13 75937 elsif (/\G ( <<= | <=> | <= | < ) (?= (?>\s*) [A-Za-z_0-9'"`\$\@\&\*\(\+\-] )/cgox) { }
0 75937 elsif (/\G (<[\$]?[A-Za-z_][A-Za-z_0-9]*>) /cgox) { }
0 75937 elsif (/\G < ((?:[^\x81-\xFE>\0\a\e\f\n\r\t]|[\x81-\xFE][\x00-\xFF])+?) > /cgox) { }
0 75937 elsif (/\G ^ ( __DATA__ \n .*) \z /cgmosx) { }
384 75553 elsif (/\G ^ ( __END__ \n .*) \z /cgmosx) { }
0 75553 elsif (/\G ( \cD .*) \z /cgmosx) { }
0 75553 elsif (/\G ( \cZ .*) \z /cgmosx) { }
14161 61392 elsif (/\G ( -- | \+\+ | [\)\}\]] ) /cgox) { }
7 61385 elsif (/\G ( \.\.\. ) /cgox) { }
23792 37593 elsif (m"\G ((?> !~~ | !~ | != | ! | %= | % | &&= | && | &= | &\.= | &\. | & | -= | -> | - | :(?>\s*)= | : | <<>> | <<= | <=> | <= | < | == | => | =~ | = | >>= | >> | >= | > | \*\*= | \*\* | \*= | \* | \+= | \+ | \.\. | \.= | \. | //= | // | /= | / | \? | \\ | \^= | \^\.= | \^\. | \^ | \b x= | \|\|= | \|\| | \|= | \|\.= | \|\. | \| | ~~ | ~\. | ~ | \b(?: and | cmp | eq | ge | gt | le | lt | ne | not | or | xor | x )\b | \b(?: print )\b | [,;\(\{\[] )) "cgox) { }
37593 0 elsif (/\G ($Ebig5plus::q_char) /cgox) { }
5933 197 31208 if (scalar @heredoc_delimiter >= 1)
5988 0 170 if (/\G ( (?>\s*) = $qq_paren \) ) ( (?>\s*) (?: =~ | !~ ) (?>\s*) ) (?= (?: tr | y ) \b ) /cgox) { }
0 170 elsif (/\G ( (?>\s*) = $qq_paren \) ) ( (?>\s*) (?: =~ | !~ ) (?>\s*) ) (?= s \b ) /cgox) { }
6037 9 2869 if (/\G ( (?>\s*) (?: =~ | !~ ) (?>\s*) ) (?= (?: tr | y ) \b ) /cgox) { }
253 2616 elsif (/\G ( (?>\s*) (?: =~ | !~ ) (?>\s*) ) (?= s \b ) /cgox) { }
6320 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) { }
6327 0 0 if (/\G (\#) ((?:$Ebig5plus::qq_char)*?) (\#) /cgox) { }
6330 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 ([*\-:?\\^|]) ((?:$Ebig5plus::qq_char)*?) (\1) /cgox) { }
0 0 elsif (/\G (\S) ((?:$Ebig5plus::qq_char)*?) (\1) /cgox) { }
6344 0 0 if (/\G (\#) ((?:\\\#|\\\\|$Ebig5plus::q_char)*?) (\#) /cgox) { }
6347 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 ([*\-:?\\^|]) ((?:$Ebig5plus::q_char)*?) (\1) /cgox) { }
0 0 elsif (/\G (\S) ((?:\\\\|\\\1| $Ebig5plus::q_char)*?) (\1) /cgox) { }
6363 0 13 if (/\G (\\\\) /cgox) { }
0 13 elsif (/\G (\\\') /cgox) { }
2 11 elsif (/\G \' /cgox) { }
11 0 elsif (/\G ($Ebig5plus::q_char) /cgox) { }
6375 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\") /cgox) { }
0 0 elsif (/\G \" /cgox) { }
0 0 elsif (/\G ($Ebig5plus::q_char) /cgox) { }
6394 3 401 if (/\G (?= [,;\)\}\]] ) /cgox) { }
1 400 elsif (/\G ( [\$\@\&\*] $qq_scalar ) /cgox) { }
0 400 elsif (/\G \b qq (\#) [ ] (\#) /cgox) { }
0 400 elsif (/\G \b qq ((?>\s*)) (\() [ ] (\)) /cgox) { }
0 400 elsif (/\G \b qq ((?>\s*)) (\{) [ ] (\}) /cgox) { }
0 400 elsif (/\G \b qq ((?>\s*)) (\[) [ ] (\]) /cgox) { }
0 400 elsif (/\G \b qq ((?>\s*)) (\<) [ ] (\>) /cgox) { }
0 400 elsif (/\G \b qq ((?>\s*)) (\S) [ ] (\2) /cgox) { }
0 400 elsif (/\G \b q (\#) [ ] (\#) /cgox) { }
0 400 elsif (/\G \b q ((?>\s*)) (\() [ ] (\)) /cgox) { }
0 400 elsif (/\G \b q ((?>\s*)) (\{) [ ] (\}) /cgox) { }
0 400 elsif (/\G \b q ((?>\s*)) (\[) [ ] (\]) /cgox) { }
0 400 elsif (/\G \b q ((?>\s*)) (\<) [ ] (\>) /cgox) { }
0 400 elsif (/\G \b q ((?>\s*)) (\S) [ ] (\2) /cgox) { }
13 387 elsif (/\G ' [ ] ' /cgox) { }
2 385 elsif (/\G " [ ] " /cgox) { }
0 385 elsif (/\G \b (qq) \b /cgox) { }
124 261 elsif (/\G \b (qr) \b /cgox) { }
0 261 elsif (/\G \b (q) \b /cgox) { }
136 125 elsif (/\G \b (m) \b /cgox) { }
0 125 elsif (/\G (\') /cgox) { }
0 125 elsif (/\G (\") /cgox) { }
125 0 elsif (m[\G (/) ]cgox) { }
6417 0 0 if (/\G (\#) ((?:$Ebig5plus::qq_char)*?) (\#) /cgox) { }
6420 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 ([*\-:?\\^|]) ((?:$Ebig5plus::qq_char)*?) (\1) /cgox) { }
0 0 elsif (/\G (\S) ((?:$Ebig5plus::qq_char)*?) (\1) /cgox) { }
6434 0 124 if (/\G (\#) ((?:$Ebig5plus::qq_char)*?) (\#) ([imosxpadlunbB]*) /cgox) { }
6437 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 (\') ((?:$Ebig5plus::qq_char)*?) (\') ([imosxpadlunbB]*) /cgox) { }
0 68 elsif (/\G ([*\-:?\\^|]) ((?:$Ebig5plus::qq_char)*?) (\1) ([imosxpadlunbB]*) /cgox) { }
68 0 elsif (/\G (\S) ((?:$Ebig5plus::qq_char)*?) (\1) ([imosxpadlunbB]*) /cgox) { }
6452 0 0 if (/\G (\#) ((?:\\\#|\\\\|$Ebig5plus::q_char)*?) (\#) /cgox) { }
6455 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 ([*\-:?\\^|]) ((?:$Ebig5plus::q_char)*?) (\1) /cgox) { }
0 0 elsif (/\G (\S) ((?:\\\\|\\\1| $Ebig5plus::q_char)*?) (\1) /cgox) { }
6469 0 136 if (/\G (\#) ((?:$Ebig5plus::qq_char)*?) (\#) ([cgimosxpadlunbB]*) /cgox) { }
6472 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 (\') ((?:$Ebig5plus::qq_char)*?) (\') ([cgimosxpadlunbB]*) /cgox) { }
0 80 elsif (/\G ([*\-:?\\^|]) ((?:$Ebig5plus::qq_char)*?) (\1) ([cgimosxpadlunbB]*) /cgox) { }
80 0 elsif (/\G (\S) ((?:$Ebig5plus::qq_char)*?) (\1) ([cgimosxpadlunbB]*) /cgox) { }
6489 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\') /cgox) { }
0 0 elsif (/\G \' /cgox) { }
0 0 elsif (/\G ($Ebig5plus::q_char) /cgox) { }
6501 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\") /cgox) { }
0 0 elsif (/\G \" /cgox) { }
0 0 elsif (/\G ($Ebig5plus::q_char) /cgox) { }
6513 0 558 if (/\G (\\\\) /cgox) { }
0 558 elsif (m[\G (\\/) ]cgox) { }
125 433 elsif (m[\G / ([cgimosxpadlunbB]*) ]cgox) { }
433 0 elsif (/\G ($Ebig5plus::q_char) /cgox) { }
6534 0 11 if (/\G (\#) ((?:$Ebig5plus::qq_char)*?) (\#) ((?:$Ebig5plus::qq_char)*?) (\#) ([cdsrbB]*) /cgox) { }
6541 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) ((?:$Ebig5plus::qq_char)*?) (\1) ((?:$Ebig5plus::qq_char)*?) (\1) ([cdsrbB]*) /cgox) { }
6545 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) ((?:$Ebig5plus::qq_char)*?) (\1) ([cdsrbB]*) /cgox) { }
6557 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) ((?:$Ebig5plus::qq_char)*?) (\1) ([cdsrbB]*) /cgox) { }
6569 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) ((?:$Ebig5plus::qq_char)*?) (\1) ([cdsrbB]*) /cgox) { }
6581 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) ((?:$Ebig5plus::qq_char)*?) (\1) ([cdsrbB]*) /cgox) { }
6605 40 5857 if (/\G (\#) /cgox) { }
6608 80 1868 if (/\G (\\\\) /cgox) { }
0 1868 elsif (/\G (\\\#) /cgox) { }
40 1828 elsif (/\G (\#) /cgox) { }
1828 0 elsif (/\G ($Ebig5plus::qq_char) /cgox) { }
6619 0 5857 if (/\G ((?>\s+)|\#.*) /cgox) { }
0 5857 elsif (/\G (\() /cgox) { }
5775 82 elsif (/\G (\{) /cgox) { }
0 82 elsif (/\G (\[) /cgox) { }
62 20 elsif (/\G (\<) /cgox) { }
20 0 elsif (/\G (\S) /cgox) { }
6626 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\)) /cgox) { }
0 0 elsif (/\G (\() /cgox) { }
0 0 elsif (/\G (\)) /cgox) { }
0 0 elsif (/\G ($Ebig5plus::qq_char) /cgox) { }
6630 0 0 if (--$Ebig5plus::nest == 0) { }
6643 720 245450 if (/\G (\\\\) /cgox) { }
0 245450 elsif (/\G (\\\}) /cgox) { }
1384 244066 elsif (/\G (\{) /cgox) { }
7159 236907 elsif (/\G (\}) /cgox) { }
236907 0 elsif (/\G ($Ebig5plus::qq_char) /cgox) { }
6647 5775 1384 if (--$Ebig5plus::nest == 0) { }
6660 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\]) /cgox) { }
0 0 elsif (/\G (\[) /cgox) { }
0 0 elsif (/\G (\]) /cgox) { }
0 0 elsif (/\G ($Ebig5plus::qq_char) /cgox) { }
6664 0 0 if (--$Ebig5plus::nest == 0) { }
6677 22 2018 if (/\G (\\\\) /cgox) { }
0 2018 elsif (/\G (\\\>) /cgox) { }
2 2016 elsif (/\G (\<) /cgox) { }
64 1952 elsif (/\G (\>) /cgox) { }
1952 0 elsif (/\G ($Ebig5plus::qq_char) /cgox) { }
6681 62 2 if (--$Ebig5plus::nest == 0) { }
6694 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 ($Ebig5plus::qq_char) /cgox) { }
6709 0 184 if (/\G (\#) ((?:$Ebig5plus::qq_char)*?) (\#) ([imosxpadlunbB]*) /cgox) { }
6715 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 (\') ((?:$Ebig5plus::qq_char)*?) (\') ([imosxpadlunbB]*) /cgox) { }
0 107 elsif (/\G ([*\-:?\\^|]) ((?:$Ebig5plus::qq_char)*?) (\1) ([imosxpadlunbB]*) /cgox) { }
107 0 elsif (/\G (\S) ((?:$Ebig5plus::qq_char)*?) (\1) ([imosxpadlunbB]*) /cgox) { }
6731 0 34 if (/\G (\#) (.*?) (\#) /cgmosx) { }
6737 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) ((?:$Ebig5plus::q_char)*?) (\1) /cgmosx) { }
6761 0 3 if (/\G (\#) ((?:$Ebig5plus::qq_char)*?) (\#) /cgox) { }
6767 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 (\') ((?:$Ebig5plus::qq_char)*?) (\') /cgox) { }
1 0 elsif (/\G (\S) ((?:$Ebig5plus::qq_char)*?) (\1) /cgox) { }
6788 0 606 if (/\G (\#) /cgox) { }
6791 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\#) /cgox) { }
0 0 elsif (/\G (\#) /cgox) { }
0 0 elsif (/\G ($Ebig5plus::q_char) /cgox) { }
6802 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) { }
6809 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 ($Ebig5plus::q_char) /cgox) { }
6814 1 0 if (--$Ebig5plus::nest == 0) { }
6827 0 8254 if (/\G (\\\\) /cgox) { }
0 8254 elsif (/\G (\\\}) /cgox) { }
0 8254 elsif (/\G (\\\{) /cgox) { }
114 8140 elsif (/\G (\{) /cgox) { }
713 7427 elsif (/\G (\}) /cgox) { }
7427 0 elsif (/\G ($Ebig5plus::q_char) /cgox) { }
6832 599 114 if (--$Ebig5plus::nest == 0) { }
6845 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 ($Ebig5plus::q_char) /cgox) { }
6850 0 0 if (--$Ebig5plus::nest == 0) { }
6863 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 ($Ebig5plus::q_char) /cgox) { }
6868 5 0 if (--$Ebig5plus::nest == 0) { }
6881 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 ($Ebig5plus::q_char) /cgox) { }
6896 0 491 if (/\G (\#) ((?:$Ebig5plus::qq_char)*?) (\#) ([cgimosxpadlunbB]*) /cgox) { }
6902 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 (\?) ((?:$Ebig5plus::qq_char)*?) (\?) ([cgimosxpadlunbB]*) /cgox) { }
87 312 elsif (/\G (\') ((?:$Ebig5plus::qq_char)*?) (\') ([cgimosxpadlunbB]*) /cgox) { }
0 312 elsif (/\G ([*\-:\\^|]) ((?:$Ebig5plus::qq_char)*?) (\1) ([cgimosxpadlunbB]*) /cgox) { }
312 0 elsif (/\G (\S) ((?:$Ebig5plus::qq_char)*?) (\1) ([cgimosxpadlunbB]*) /cgox) { }
6927 1 289 if (/\G (\#) ((?:$Ebig5plus::qq_char)*?) (\#) ((?:$Ebig5plus::qq_char)*?) (\#) ([cegimosxpradlunbB]*) /cgox) { }
6933 0 289 if (/\G ((?>\s+)|\#.*) /cgox) { }
0 289 elsif (/\G (\() ((?:$qq_paren)*?) (\)) /cgox) { }
0 289 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) /cgox) { }
0 289 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) /cgox) { }
0 289 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) /cgox) { }
96 193 elsif (/\G (\') ((?:$Ebig5plus::qq_char)*?) (\') ((?:$Ebig5plus::qq_char)*?) (\') ([cegimosxpradlunbB]*) /cgox) { }
2 191 elsif (/\G ([*\-:?\\^|]) ((?:$Ebig5plus::qq_char)*?) (\1) ((?:$Ebig5plus::qq_char)*?) (\1) ([cegimosxpradlunbB]*) /cgox) { }
0 191 elsif (/\G (\$) ((?:$Ebig5plus::qq_char)*?) (\1) ((?:$Ebig5plus::qq_char)*?) (\1) ([cegimosxpradlunbB]*) /cgox) { }
191 0 elsif (/\G (\S) ((?:$Ebig5plus::qq_char)*?) (\1) ((?:$Ebig5plus::qq_char)*?) (\1) ([cegimosxpradlunbB]*) /cgox) { }
6937 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 (\') ((?:$Ebig5plus::qq_char)*?) (\') ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\$) ((?:$Ebig5plus::qq_char)*?) (\$) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\:) ((?:$Ebig5plus::qq_char)*?) (\:) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\@) ((?:$Ebig5plus::qq_char)*?) (\@) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\S) ((?:$Ebig5plus::qq_char)*?) (\1) ([cegimosxpradlunbB]*) /cgox) { }
6954 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 (\') ((?:$Ebig5plus::qq_char)*?) (\') ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\$) ((?:$Ebig5plus::qq_char)*?) (\$) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\:) ((?:$Ebig5plus::qq_char)*?) (\:) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\@) ((?:$Ebig5plus::qq_char)*?) (\@) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\S) ((?:$Ebig5plus::qq_char)*?) (\1) ([cegimosxpradlunbB]*) /cgox) { }
6971 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 (\') ((?:$Ebig5plus::qq_char)*?) (\') ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\$) ((?:$Ebig5plus::qq_char)*?) (\$) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\S) ((?:$Ebig5plus::qq_char)*?) (\1) ([cegimosxpradlunbB]*) /cgox) { }
6986 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 (\') ((?:$Ebig5plus::qq_char)*?) (\') ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\$) ((?:$Ebig5plus::qq_char)*?) (\$) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\:) ((?:$Ebig5plus::qq_char)*?) (\:) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\@) ((?:$Ebig5plus::qq_char)*?) (\@) ([cegimosxpradlunbB]*) /cgox) { }
0 0 elsif (/\G (\S) ((?:$Ebig5plus::qq_char)*?) (\1) ([cegimosxpradlunbB]*) /cgox) { }
7052 0 3 if ($2 >= 6 or $2 == 5 and $3 ge '012') { }
7060 0 0 if ($2 >= 6 or $2 == 5 and $3 >= 12) { }
7140 8 15687 if (/\G (\\\\) /cgox) { }
48 15639 elsif (/\G (\\\') /cgox) { }
3177 12462 elsif (/\G \' /cgox) { }
12462 0 elsif (/\G ($Ebig5plus::q_char) /cgox) { }
7152 109 71189 if (/\G (\\\\) /cgox) { }
14 71175 elsif (/\G (\\\") /cgox) { }
3404 67771 elsif (/\G \" /cgox) { }
67771 0 elsif (/\G ($Ebig5plus::q_char) /cgox) { }
7164 0 313 if (/\G (\\\\) /cgox) { }
0 313 elsif (/\G (\\\`) /cgox) { }
37 276 elsif (/\G \` /cgox) { }
276 0 elsif (/\G ($Ebig5plus::q_char) /cgox) { }
7176 11 12591 if (/\G (\\\\) /cgox) { }
0 12591 elsif (m[\G (\\/) ]cgox) { }
1231 11360 elsif (m[\G / ([cgimosxpadlunbB]*) ]cgox) { }
11360 0 elsif (/\G ($Ebig5plus::q_char) /cgox) { }
7188 0 266 if (/\G (\\\\) /cgox) { }
0 266 elsif (/\G (\\\?) /cgox) { }
92 174 elsif (/\G \? ([cgimosxpadlunbB]*) /cgox) { }
174 0 elsif (/\G ($Ebig5plus::q_char) /cgox) { }
7209 6 0 if ($here_script eq '')
7213 6 0 if ($here_script =~ s/\A (.*?) \n ([\t ]*) $delimiter \n //msx) { }
7242 3 0 if ($here_script eq '')
7246 3 0 if ($here_script =~ s/\A (.*?) \n ([\t ]*) $delimiter \n //msx) { }
7266 6 0 if ($here_script eq '')
7270 6 0 if ($here_script =~ s/\A (.*?) \n ([\t ]*) $delimiter \n //msx) { }
7290 3 0 if ($here_script eq '')
7294 3 0 if ($here_script =~ s/\A (.*?) \n ([\t ]*) $delimiter \n //msx) { }
7314 6 0 if ($here_script eq '')
7318 6 0 if ($here_script =~ s/\A (.*?) \n ([\t ]*) $delimiter \n //msx) { }
7338 83 3 if ($here_script eq '')
7342 86 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
7368 1 1 if ($here_script eq '')
7372 2 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
7389 38 1 if ($here_script eq '')
7393 39 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
7410 51 3 if ($here_script eq '')
7414 54 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
7431 0 0 if ($here_script eq '')
7435 0 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
7576 3018 79 unless (grep /\A \{ \z/msx, @char and grep /\A \} \z/msx, @char)
7577 3018 0 unless ($string =~ /<
7584 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 Big5Plus::eval (?= (?>\s*) \{ ) /cgox) { }
0 603 elsif ($string =~ /\G \b Char::eval \b /cgox) { }
0 603 elsif ($string =~ /\G \b Big5Plus::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 Big5Plus::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 Big5Plus::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*) (\") ((?:$Ebig5plus::qq_char)+?) (\") /cgox) { }
0 603 elsif ($string =~ /\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) qq (?>\s*) (\#) ((?:$Ebig5plus::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) ((?:$Ebig5plus::qq_char)+?) (\2) /cgox) { }
1 601 elsif ($string =~ /\G (-[rwxoRWXOezfdlpSbcugkTB] (?>(?:\s+ -[rwxoRWXOezfdlpSbcugkTB])+)) (?>\s*) (\') ((?:\\\'|\\\\|$Ebig5plus::q_char)+?) (\') /cgox) { }
0 601 elsif ($string =~ /\G ((?:-[rwxoRWXOezfdlpSbcugkTB](?>\s+)){2,}) q (?>\s*) (\#) ((?:\\\#|\\\\|$Ebig5plus::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|\\\\|$Ebig5plus::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*) (\") ((?:$Ebig5plus::qq_char)+?) (\") /cgox) { }
0 600 elsif ($string =~ /\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) qq (?>\s*) (\#) ((?:$Ebig5plus::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) ((?:$Ebig5plus::qq_char)+?) (\2) /cgox) { }
1 597 elsif ($string =~ /\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s*) (\') ((?:\\\'|\\\\|$Ebig5plus::q_char)+?) (\') /cgox) { }
0 597 elsif ($string =~ /\G -([rwxoRWXOezsfdlpSbcugkTBMAC]) (?>\s+) q (?>\s*) (\#) ((?:\\\#|\\\\|$Ebig5plus::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|\\\\|$Ebig5plus::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*) (\") ((?:$Ebig5plus::qq_char)+?) (\") /cgox) { }
0 595 elsif ($string =~ /\G -s (?>\s+) qq (?>\s*) (\#) ((?:$Ebig5plus::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) ((?:$Ebig5plus::qq_char)+?) (\1) /cgox) { }
0 595 elsif ($string =~ /\G -s (?>\s*) (\') ((?:\\\'|\\\\|$Ebig5plus::q_char)+?) (\') /cgox) { }
0 595 elsif ($string =~ /\G -s (?>\s+) q (?>\s*) (\#) ((?:\\\#|\\\\|$Ebig5plus::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|\\\\|$Ebig5plus::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 (\") ((?:$Ebig5plus::qq_char)*?) (\") /cgox) { }
0 545 elsif ($string =~ /\G (\`) ((?:$Ebig5plus::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 < ((?:$Ebig5plus::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 ($Ebig5plus::q_char) /cgox) { }
7821 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) { }
7828 0 0 if ($string =~ /\G (\#) ((?:$Ebig5plus::qq_char)*?) (\#) /cgox) { }
7831 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 ([*\-:?\\^|]) ((?:$Ebig5plus::qq_char)*?) (\1) /cgox) { }
0 0 elsif ($string =~ /\G (\S) ((?:$Ebig5plus::qq_char)*?) (\1) /cgox) { }
7845 0 0 if ($string =~ /\G (\#) ((?:\\\#|\\\\|$Ebig5plus::q_char)*?) (\#) /cgox) { }
7848 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 ([*\-:?\\^|]) ((?:$Ebig5plus::q_char)*?) (\1) /cgox) { }
0 0 elsif ($string =~ /\G (\S) ((?:\\\\|\\\1| $Ebig5plus::q_char)*?) (\1) /cgox) { }
7864 0 0 if ($string =~ /\G (\\\\) /cgox) { }
0 0 elsif ($string =~ /\G (\\\') /cgox) { }
0 0 elsif ($string =~ /\G \' /cgox) { }
0 0 elsif ($string =~ /\G ($Ebig5plus::q_char) /cgox) { }
7876 0 0 if ($string =~ /\G (\\\\) /cgox) { }
0 0 elsif ($string =~ /\G (\\\") /cgox) { }
0 0 elsif ($string =~ /\G \" /cgox) { }
0 0 elsif ($string =~ /\G ($Ebig5plus::q_char) /cgox) { }
7895 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) { }
7918 0 0 if ($string =~ /\G (\#) ((?:$Ebig5plus::qq_char)*?) (\#) /cgox) { }
7921 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 ([*\-:?\\^|]) ((?:$Ebig5plus::qq_char)*?) (\1) /cgox) { }
0 0 elsif ($string =~ /\G (\S) ((?:$Ebig5plus::qq_char)*?) (\1) /cgox) { }
7935 0 0 if ($string =~ /\G (\#) ((?:$Ebig5plus::qq_char)*?) (\#) ([imosxpadlunbB]*) /cgox) { }
7938 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 (\') ((?:$Ebig5plus::qq_char)*?) (\') ([imosxpadlunbB]*) /cgox) { }
0 0 elsif ($string =~ /\G ([*\-:?\\^|]) ((?:$Ebig5plus::qq_char)*?) (\1) ([imosxpadlunbB]*) /cgox) { }
0 0 elsif ($string =~ /\G (\S) ((?:$Ebig5plus::qq_char)*?) (\1) ([imosxpadlunbB]*) /cgox) { }
7953 0 0 if ($string =~ /\G (\#) ((?:\\\#|\\\\|$Ebig5plus::q_char)*?) (\#) /cgox) { }
7956 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 ([*\-:?\\^|]) ((?:$Ebig5plus::q_char)*?) (\1) /cgox) { }
0 0 elsif ($string =~ /\G (\S) ((?:\\\\|\\\1| $Ebig5plus::q_char)*?) (\1) /cgox) { }
7970 0 0 if ($string =~ /\G (\#) ((?:$Ebig5plus::qq_char)*?) (\#) ([cgimosxpadlunbB]*) /cgox) { }
7973 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 (\') ((?:$Ebig5plus::qq_char)*?) (\') ([cgimosxpadlunbB]*) /cgox) { }
0 0 elsif ($string =~ /\G ([*\-:?\\^|]) ((?:$Ebig5plus::qq_char)*?) (\1) ([cgimosxpadlunbB]*) /cgox) { }
0 0 elsif ($string =~ /\G (\S) ((?:$Ebig5plus::qq_char)*?) (\1) ([cgimosxpadlunbB]*) /cgox) { }
7990 0 0 if ($string =~ /\G (\\\\) /cgox) { }
0 0 elsif ($string =~ /\G (\\\') /cgox) { }
0 0 elsif ($string =~ /\G \' /cgox) { }
0 0 elsif ($string =~ /\G ($Ebig5plus::q_char) /cgox) { }
8002 0 0 if ($string =~ /\G (\\\\) /cgox) { }
0 0 elsif ($string =~ /\G (\\\") /cgox) { }
0 0 elsif ($string =~ /\G \" /cgox) { }
0 0 elsif ($string =~ /\G ($Ebig5plus::q_char) /cgox) { }
8014 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 ($Ebig5plus::q_char) /cgox) { }
8026 0 0 if ($string =~ /\G (\#) ((?:$Ebig5plus::qq_char)*?) (\#) /cgox) { }
8032 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) ((?:$Ebig5plus::qq_char)*?) (\1) /cgox) { }
8046 0 0 if ($string =~ /\G (\#) ((?:$Ebig5plus::qq_char)*?) (\#) /cgox) { }
8052 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 (\') ((?:$Ebig5plus::qq_char)*?) (\') /cgox) { }
0 0 elsif ($string =~ /\G (\S) ((?:$Ebig5plus::qq_char)*?) (\1) /cgox) { }
8067 0 0 if ($string =~ /\G (\#) ((?:\\\#|\\\\|$Ebig5plus::q_char)*?) (\#) /cgox) { }
8073 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| $Ebig5plus::q_char)*?) (\1) /cgox) { }
8120 0 0 if ($here_script eq '')
8124 0 0 if ($here_script =~ s/\A (.*?) \n ([\t ]*) $delimiter \n //msx) { }
8144 0 0 if ($here_script eq '')
8148 0 0 if ($here_script =~ s/\A (.*?) \n ([\t ]*) $delimiter \n //msx) { }
8168 0 0 if ($here_script eq '')
8172 0 0 if ($here_script =~ s/\A (.*?) \n ([\t ]*) $delimiter \n //msx) { }
8192 0 0 if ($here_script eq '')
8196 0 0 if ($here_script =~ s/\A (.*?) \n ([\t ]*) $delimiter \n //msx) { }
8216 0 0 if ($here_script eq '')
8220 0 0 if ($here_script =~ s/\A (.*?) \n ([\t ]*) $delimiter \n //msx) { }
8240 0 0 if ($here_script eq '')
8244 0 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
8261 0 0 if ($here_script eq '')
8265 0 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
8282 0 0 if ($here_script eq '')
8286 0 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
8303 0 0 if ($here_script eq '')
8307 0 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
8324 0 0 if ($here_script eq '')
8328 0 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
8400 115 5319 if ($char eq '.') { }
8401 23 92 if ($modifier =~ /s/) { }
8439 0 11 if ($modifier =~ tr/Bb//d) { }
8440 0 0 if ($variable eq '') { }
8448 2 9 if ($variable eq '') { }
8470 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) { }
8490 0 0 unless ($charclass =~ /\Q$char\E/msx)
8511 1 21274 if ($char[$i] =~ /\A ([\x80-\xFF].*) (\Q$delimiter\E|\Q$end_delimiter\E) \z/msx) { }
22 38436 elsif (defined $char[$i + 1] and $char[$i + 1] eq '\\' and $char[$i] =~ /\A ([\x80-\xFF].*) (\\) \z/msx) { }
8518 204 3763 if (defined $char[-1] and $char[-1] =~ /\A ([\x80-\xFF].*) (\\) \z/msx)
8557 0 309319 if ($char[$i] eq '\\L' and $char[$i + 1] eq '\\u') { }
0 309319 elsif ($char[$i] eq '\\U' and $char[$i + 1] eq '\\l') { }
1 309318 elsif ($char[$i] =~ /\A \\o \{ ([0-7]+) \} \z/mosx) { }
1 309317 elsif ($char[$i] =~ /\A \\x \{ ([0-9A-Fa-f]+) \} \z/mosx) { }
0 309317 elsif ($char[$i] =~ /\A \\ ( N\{ ([^\x81-\xFE0-9\}][^\x81-\xFE\}]*) \} ) \z/mosx) { }
8581 1342 307977 if (do { $char[$i] =~ /\A ([\x80-\xFF].*) ([\@\\\|$delimiter$end_delimiter]) \z/msx }) { }
647 307330 elsif ($char[$i] =~ /\A ([<>]) \z/mosx) { }
0 307330 elsif ($char[$i] eq '\\u') { }
0 307330 elsif ($char[$i] eq '\\l') { }
0 307330 elsif ($char[$i] eq '\\U') { }
6 307324 elsif ($char[$i] eq '\\L') { }
9 307315 elsif ($char[$i] eq '\\F') { }
0 307315 elsif ($char[$i] eq '\\Q') { }
12 307303 elsif ($char[$i] eq '\\E') { }
0 307303 elsif ($char[$i] eq '\\Q') { }
0 307303 elsif ($char[$i] eq '\\E') { }
75 307228 elsif ($char[$i] =~ /\A \$ 0 \z/mosx) { }
0 307228 elsif ($char[$i] =~ /\A \$ \{ (?>\s*) 0 (?>\s*) \} \z/mosx) { }
0 307228 elsif ($char[$i] =~ /\A \$\$ \z/mosx) { }
415 306813 elsif ($char[$i] =~ /\A \$ ((?>[1-9][0-9]*)) \z/mosx) { }
0 306813 elsif ($char[$i] =~ /\A \$ \{ (?>\s*) ((?>[1-9][0-9]*)) (?>\s*) \} \z/mosx) { }
0 306813 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \[ (?:$qq_bracket)*? \] ) \z/mosx) { }
0 306813 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \{ (?:$qq_brace)*? \} ) \z/mosx) { }
0 306813 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) \z/mosx) { }
44 306769 elsif ($char[$i] =~ /\A ( \$` | \$\{`\} | \$ (?>\s*) PREMATCH | \$ (?>\s*) \{ (?>\s*) PREMATCH (?>\s*) \} | \$ (?>\s*) \{\^PREMATCH\} ) \z/cgmosx) { }
45 306724 elsif ($char[$i] =~ /\A ( \$& | \$\{&\} | \$ (?>\s*) MATCH | \$ (?>\s*) \{ (?>\s*) MATCH (?>\s*) \} | \$ (?>\s*) \{\^MATCH\} ) \z/cgmosx) { }
33 306691 elsif ($char[$i] =~ /\A ( \$ (?>\s*) POSTMATCH | \$ (?>\s*) \{ (?>\s*) POSTMATCH (?>\s*) \} | \$ (?>\s*) \{\^POSTMATCH\} ) \z/cgmosx) { }
0 306691 elsif ($char[$i] =~ /\A \$ (?>\s*) \{ (?> \s* [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* \s* ) \} \z/mosx) { }
0 306691 elsif ($char[$i] =~ /\A \$ (?>\s*) \{ ( .+ ) \} \z/mosx) { }
8600 0 647 if ($right_e < $left_e)
8642 12 0 if ($right_e < $left_e) { }
8652 0 0 if (++$i > $#char)
8655 0 0 if ($char[$i] eq '\\E')
8723 3 9549 if ($left_e > $right_e)
8739 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{'>'}) { }
8756 0 0 unless ($octet{$char})
8767 0 0 if ($octet =~ /\A (['\\]) \z/mosx)
8809 0 3329 if ($char[$i] eq '\\L' and $char[$i + 1] eq '\\u') { }
0 3329 elsif ($char[$i] eq '\\U' and $char[$i + 1] eq '\\l') { }
1 3328 elsif ($char[$i] =~ /\A \\o \{ ([0-7]+) \} \z/mosx) { }
1 3327 elsif ($char[$i] =~ /\A \\x \{ ([0-9A-Fa-f]+) \} \z/mosx) { }
0 3327 elsif ($char[$i] =~ /\A \\ ( N\{ ([^\x81-\xFE0-9\}][^\x81-\xFE\}]*) \} ) \z/mosx) { }
8833 57 3272 if (do { $char[$i] =~ /\A ([\x80-\xFF].*) ($metachar) \z/mosx }) { }
72 3200 elsif ($char[$i] =~ /\A ([<>]) \z/mosx) { }
0 3200 elsif ($char[$i] eq '\\u') { }
0 3200 elsif ($char[$i] eq '\\l') { }
0 3200 elsif ($char[$i] eq '\\U') { }
6 3194 elsif ($char[$i] eq '\\L') { }
0 3194 elsif ($char[$i] eq '\\F') { }
0 3194 elsif ($char[$i] eq '\\Q') { }
3 3191 elsif ($char[$i] eq '\\E') { }
0 3191 elsif ($char[$i] eq '\\Q') { }
0 3191 elsif ($char[$i] eq '\\E') { }
0 3191 elsif ($char[$i] =~ /\A \$ 0 \z/mosx) { }
0 3191 elsif ($char[$i] =~ /\A \$ \{ (?>\s*) 0 (?>\s*) \} \z/mosx) { }
0 3191 elsif ($char[$i] =~ /\A \$\$ \z/mosx) { }
0 3191 elsif ($char[$i] =~ /\A \$ ((?>[1-9][0-9]*)) \z/mosx) { }
0 3191 elsif ($char[$i] =~ /\A \$ \{ (?>\s*) ((?>[1-9][0-9]*)) (?>\s*) \} \z/mosx) { }
0 3191 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \[ (?:$qq_bracket)*? \] ) \z/mosx) { }
0 3191 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \{ (?:$qq_brace)*? \} ) \z/mosx) { }
0 3191 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) \z/mosx) { }
8 3183 elsif ($char[$i] =~ /\A ( \$` | \$\{`\} | \$ (?>\s*) PREMATCH | \$ (?>\s*) \{ (?>\s*) PREMATCH (?>\s*) \} | \$ (?>\s*) \{\^PREMATCH\} ) \z/cgmosx) { }
8 3175 elsif ($char[$i] =~ /\A ( \$& | \$\{&\} | \$ (?>\s*) MATCH | \$ (?>\s*) \{ (?>\s*) MATCH (?>\s*) \} | \$ (?>\s*) \{\^MATCH\} ) \z/cgmosx) { }
6 3169 elsif ($char[$i] =~ /\A ( \$ (?>\s*) POSTMATCH | \$ (?>\s*) \{ (?>\s*) POSTMATCH (?>\s*) \} | \$ (?>\s*) \{\^POSTMATCH\} ) \z/cgmosx) { }
0 3169 elsif ($char[$i] =~ /\A \$ (?>\s*) \{ (?> \s* [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* \s* ) \} \z/mosx) { }
0 3169 elsif ($char[$i] =~ /\A \$ (?>\s*) \{ ( .+ ) \} \z/mosx) { }
8843 0 72 if ($right_e < $left_e)
8872 3 0 if ($right_e < $left_e) { }
8882 0 0 if (++$i > $#char)
8885 0 0 if ($char[$i] eq '\\E')
8953 3 105 if ($left_e > $right_e)
8967 0 1835 if ($modifier =~ /([adlu])/mosx)
8970 0 0 if ($filename ne '/root/.cpan/build/Char-Big5Plus-1.15-0/blib/lib/Ebig5plus.pm')
8981 8 1827 if ($string eq '') { }
240 1587 elsif ($modifier =~ tr/Bb//d) { }
8991 0 240 if ($delimiter =~ / [\@:] /mosx)
8994 0 0 if (not $octet{')'}) { }
0 0 elsif (not $octet{'}'}) { }
0 0 elsif (not $octet{']'}) { }
0 0 elsif (not $octet{'>'}) { }
9012 0 0 unless ($octet{$char})
9021 90 150 if ($ope =~ /\A m? \z/mosx and $delimiter eq '?') { }
9029 465 1122 $modifier =~ /i/mosx ? :
9058 0 1587 if ($delimiter =~ / [\@:] /mosx)
9060 0 0 if (not $octet{')'}) { }
0 0 elsif (not $octet{'}'}) { }
0 0 elsif (not $octet{']'}) { }
0 0 elsif (not $octet{'>'}) { }
9078 0 0 unless ($octet{$char})
9092 0 5514 if ($char[$i] eq '\\L' and $char[$i + 1] eq '\\u') { }
0 5514 elsif ($char[$i] eq '\\U' and $char[$i + 1] eq '\\l') { }
1 5513 elsif ($char[$i] =~ /\A \\o \{ ([0-7]+) \} \z/mosx) { }
1 5512 elsif ($char[$i] =~ /\A \\x \{ ([0-9A-Fa-f]+) \} \z/mosx) { }
6 5506 elsif ($char[$i] =~ /\A \\ ([bBNpP]) ( \{ ([^\x81-\xFE0-9\}][^\x81-\xFE\}]*) \} ) \z/mosx) { }
4 5502 elsif ($char[$i] =~ /\A \\ ( [pPX] ) \z/mosx) { }
9125 77 5437 if (do { $char[$i] =~ /\A \\? ([\x80-\xFF].*) ($metachar|\Q$delimiter\E|\Q$end_delimiter\E) \z/msx }) { }
6 5431 elsif ($char[$i] =~ /\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx) { }
586 4845 elsif ($char[$i] eq '[') { }
328 4517 elsif ($char[$i] eq '[^') { }
215 4302 elsif (my $char = character_class($char[$i], $modifier)) { }
238 4064 elsif ($ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx and &Ebig5plus::uc($char[$i]) ne &fc($char[$i])) { }
1 4063 elsif ($char[$i] =~ /\A [<>] \z/mosx) { }
0 4063 elsif ($char[$i] eq '\\u') { }
0 4063 elsif ($char[$i] eq '\\l') { }
1 4062 elsif ($char[$i] eq '\\U') { }
1 4061 elsif ($char[$i] eq '\\L') { }
9 4052 elsif ($char[$i] eq '\\F') { }
22 4030 elsif ($char[$i] eq '\\Q') { }
33 3997 elsif ($char[$i] eq '\\E') { }
0 3997 elsif ($char[$i] eq '\\Q') { }
0 3997 elsif ($char[$i] eq '\\E') { }
0 3997 elsif ($char[$i] =~ /\A \$ 0 \z/mosx) { }
0 3997 elsif ($char[$i] =~ /\A \$ \{ (?>\s*) 0 (?>\s*) \} \z/mosx) { }
0 3997 elsif ($char[$i] =~ /\A \$\$ \z/mosx) { }
0 3997 elsif ($char[$i] =~ /\A \$ ((?>[1-9][0-9]*)) \z/mosx) { }
0 3997 elsif ($char[$i] =~ /\A \$ \{ (?>\s*) ((?>[1-9][0-9]*)) (?>\s*) \} \z/mosx) { }
0 3997 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \[ (?:$qq_bracket)*? \] ) \z/mosx) { }
0 3997 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \{ (?:$qq_brace)*? \} ) \z/mosx) { }
0 3997 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) \z/mosx) { }
8 3989 elsif ($char[$i] =~ /\A ( \$` | \$\{`\} | \$ (?>\s*) PREMATCH | \$ (?>\s*) \{ (?>\s*) PREMATCH (?>\s*) \} | \$ (?>\s*) \{\^PREMATCH\} ) \z/cgmosx) { }
8 3981 elsif ($char[$i] =~ /\A ( \$& | \$\{&\} | \$ (?>\s*) MATCH | \$ (?>\s*) \{ (?>\s*) MATCH (?>\s*) \} | \$ (?>\s*) \{\^MATCH\} ) \z/cgmosx) { }
6 3975 elsif ($char[$i] =~ /\A ( \$ (?>\s*) POSTMATCH | \$ (?>\s*) \{ (?>\s*) POSTMATCH (?>\s*) \} | \$ (?>\s*) \{\^POSTMATCH\} ) \z/cgmosx) { }
0 3975 elsif ($char[$i] =~ /\A \$ (?>\s*) \{ ((?> \s* [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* \s* )) \} \z/mosx) { }
0 3975 elsif ($char[$i] =~ /\A \$ (?>\s*) \{ ( .+ ) \} \z/mosx) { }
31 3944 elsif ($char[$i] =~ /\A [\$\@].+ /mosx) { }
188 4438 elsif ($i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx) { }
9135 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 $Ebig5plus::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 $Ebig5plus::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 $Ebig5plus::q_char \z/mosx) { }
9153 3 583 if ($char[$i + 1] eq ']')
9158 0 2583 if (++$i > $#char)
9161 586 1997 if ($char[$i] eq ']')
9165 90 496 if (grep(/\A [\$\@]/mosx, @char[$left + 1 .. $right - 1]) >= 1) { }
9185 5 323 if ($char[$i + 1] eq ']')
9190 0 1447 if (++$i > $#char)
9193 328 1119 if ($char[$i] eq ']')
9197 90 238 if (grep(/\A [\$\@]/mosx, @char[$left + 1 .. $right - 1]) >= 1) { }
9217 238 0 if (length &fc($char[$i]) == 1) { }
9227 0 1 if ($right_e < $left_e)
9256 33 0 if ($right_e < $left_e) { }
9266 0 0 if (++$i > $#char)
9269 0 0 if ($char[$i] eq '\\E')
9279 0 0 if ($ignorecase)
9284 0 0 if ($ignorecase)
9297 0 0 if ($ignorecase)
9303 0 0 if ($ignorecase)
9311 0 0 if ($ignorecase)
9319 0 0 if ($ignorecase)
9327 0 0 if ($ignorecase)
9334 0 8 if ($ignorecase) { }
9344 0 8 if ($ignorecase) { }
9354 0 6 if ($ignorecase) { }
9364 0 0 if ($ignorecase)
9372 0 0 if ($ignorecase)
9380 4 27 if ($ignorecase)
9387 1 187 if ($char[$i - 1] =~ /\A (?:[\x00-\xFF]|\\[0-7]{2,3}|\\x[0-9-A-Fa-f]{1,2}) \z/mosx) { }
0 187 elsif ($ope =~ /\A m? \z/mosx and $delimiter eq '?') { }
9391 0 0 if ($char[$i] eq '{') { }
9406 0 1587 if ($left_e > $right_e)
9407 0 0 if ($ope =~ /\A m? \z/mosx and $delimiter eq '?') { }
9414 94 1493 if ($ope =~ /\A m? \z/mosx and $delimiter eq '?') { }
9429 300 240 if ($stuff =~ /\A [\$\@] /mosx)
9436 0 240 if $char eq $delimiter
9437 0 240 if $char eq $end_delimiter
9438 240 0 unless ($octet{$char})
9453 0 163 if ($modifier =~ /([adlu])/mosx)
9456 0 0 if ($filename ne '/root/.cpan/build/Char-Big5Plus-1.15-0/blib/lib/Ebig5plus.pm')
9467 8 155 if ($string eq '') { }
89 66 elsif ($modifier =~ tr/Bb//d) { }
9490 32 34 $modifier =~ /i/mosx ? :
9506 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 &Ebig5plus::uc($char[$i]) ne &fc($char[$i])) { }
0 113 elsif ($i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx) { }
9517 0 0 if ($char[$i + 1] eq ']')
9521 0 0 if (++$i > $#char)
9524 0 0 if ($char[$i] eq ']')
9539 0 0 if ($char[$i + 1] eq ']')
9543 0 0 if (++$i > $#char)
9546 0 0 if ($char[$i] eq ']')
9570 16 0 if (length &fc($char[$i]) == 1) { }
9580 0 0 if ($char[$i - 1] =~ /\A [\x00-\xFF] \z/mosx) { }
9606 0 199 if (do { $char[$i] eq '\\\\' }) { }
0 199 elsif ($char[$i] =~ m(\A [\$\@/\\] \z)mosx) { }
9632 0 194 if ($modifier =~ /([adlu])/mosx)
9635 0 0 if ($filename ne '/root/.cpan/build/Char-Big5Plus-1.15-0/blib/lib/Ebig5plus.pm')
9646 8 186 if ($string eq '') { }
44 142 elsif ($modifier =~ tr/Bb//d) { }
9656 0 44 if ($delimiter =~ / [\@:] /mosx)
9659 0 0 if (not $octet{')'}) { }
0 0 elsif (not $octet{'}'}) { }
0 0 elsif (not $octet{']'}) { }
0 0 elsif (not $octet{'>'}) { }
9677 0 0 unless ($octet{$char})
9691 17 125 $modifier =~ /i/mosx ? :
9724 0 142 if ($delimiter =~ / [\@:] /mosx)
9726 0 0 if (not $octet{')'}) { }
0 0 elsif (not $octet{'}'}) { }
0 0 elsif (not $octet{']'}) { }
0 0 elsif (not $octet{'>'}) { }
9744 0 0 unless ($octet{$char})
9761 0 397 if ($char[$i] eq '\\L' and $char[$i + 1] eq '\\u') { }
0 397 elsif ($char[$i] eq '\\U' and $char[$i + 1] eq '\\l') { }
1 396 elsif ($char[$i] =~ /\A \\o \{ ([0-7]+) \} \z/mosx) { }
1 395 elsif ($char[$i] =~ /\A \\x \{ ([0-9A-Fa-f]+) \} \z/mosx) { }
0 395 elsif ($char[$i] =~ /\A \\ ([bBNpP]) ( \{ ([^\x81-\xFE0-9\}][^\x81-\xFE\}]*) \} ) \z/mosx) { }
0 395 elsif ($char[$i] =~ /\A \\ ( [pPX] ) \z/mosx) { }
9794 23 374 if (do { $char[$i] =~ /\A \\? ([\x80-\xFF].*) ($metachar|\Q$delimiter\E|\Q$end_delimiter\E) \z/msx }) { }
0 374 elsif ($char[$i] =~ /\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx) { }
20 354 elsif ($char[$i] eq '[') { }
0 354 elsif ($char[$i] eq '[^') { }
11 343 elsif (my $char = character_class($char[$i], $modifier)) { }
11 332 elsif ($ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx and &Ebig5plus::uc($char[$i]) ne &fc($char[$i])) { }
8 324 elsif ($char[$i] =~ /\A [<>] \z/mosx) { }
0 324 elsif ($char[$i] eq '\\u') { }
0 324 elsif ($char[$i] eq '\\l') { }
0 324 elsif ($char[$i] eq '\\U') { }
0 324 elsif ($char[$i] eq '\\L') { }
0 324 elsif ($char[$i] eq '\\F') { }
7 317 elsif ($char[$i] eq '\\Q') { }
7 310 elsif ($char[$i] eq '\\E') { }
0 310 elsif ($char[$i] eq '\\Q') { }
0 310 elsif ($char[$i] eq '\\E') { }
0 310 elsif ($char[$i] =~ /\A \\ (?>\s*) 0 \z/mosx) { }
0 310 elsif ($char[$i] =~ /\A \\g (?>\s*) \{ (?>\s*) - (?>\s*) ((?>[1-9][0-9]*)) (?>\s*) \} \z/mosx) { }
0 310 elsif ($char[$i] =~ /\A \\g (?>\s*) \{ (?>\s*) ((?>[1-9][0-9]*)) (?>\s*) \} \z/mosx) { }
0 310 elsif ($char[$i] =~ /\A \\g (?>\s*) ((?>[1-9][0-9]*)) \z/mosx) { }
0 310 elsif ($char[$i] =~ /\A \\ (?>\s*) ((?>[1-9][0-9]*)) \z/mosx) { }
0 310 elsif ($char[$i] =~ /\A \$ 0 \z/mosx) { }
0 310 elsif ($char[$i] =~ /\A \$ \{ (?>\s*) 0 (?>\s*) \} \z/mosx) { }
0 310 elsif ($char[$i] =~ /\A \$\$ \z/mosx) { }
0 310 elsif ($char[$i] =~ /\A \$ ((?>[1-9][0-9]*)) \z/mosx) { }
0 310 elsif ($char[$i] =~ /\A \$ \{ (?>\s*) ((?>[1-9][0-9]*)) (?>\s*) \} \z/mosx) { }
0 310 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \[ (?:$qq_bracket)*? \] ) \z/mosx) { }
0 310 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \{ (?:$qq_brace)*? \} ) \z/mosx) { }
0 310 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) \z/mosx) { }
4 306 elsif ($char[$i] =~ /\A ( \$` | \$\{`\} | \$ (?>\s*) PREMATCH | \$ (?>\s*) \{ (?>\s*) PREMATCH (?>\s*) \} | \$ (?>\s*) \{\^PREMATCH\} ) \z/cgmosx) { }
4 302 elsif ($char[$i] =~ /\A ( \$& | \$\{&\} | \$ (?>\s*) MATCH | \$ (?>\s*) \{ (?>\s*) MATCH (?>\s*) \} | \$ (?>\s*) \{\^MATCH\} ) \z/cgmosx) { }
3 299 elsif ($char[$i] =~ /\A ( \$ (?>\s*) POSTMATCH | \$ (?>\s*) \{ (?>\s*) POSTMATCH (?>\s*) \} | \$ (?>\s*) \{\^POSTMATCH\} ) \z/cgmosx) { }
0 299 elsif ($char[$i] =~ /\A \$ (?>\s*) \{ ((?> \s* [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* \s* )) \} \z/mosx) { }
0 299 elsif ($char[$i] =~ /\A \$ (?>\s*) \{ ( .+ ) \} \z/mosx) { }
13 286 elsif ($char[$i] =~ /\A [\$\@].+ /mosx) { }
23 371 elsif ($i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx) { }
9804 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 $Ebig5plus::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 $Ebig5plus::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 $Ebig5plus::q_char \z/mosx) { }
9818 0 20 if ($char[$i + 1] eq ']')
9822 0 79 if (++$i > $#char)
9825 20 59 if ($char[$i] eq ']')
9829 0 20 if (grep(/\A [\$\@]/mosx, @char[$left + 1 .. $right - 1]) >= 1) { }
9845 0 0 if ($char[$i + 1] eq ']')
9849 0 0 if (++$i > $#char)
9852 0 0 if ($char[$i] eq ']')
9856 0 0 if (grep(/\A [\$\@]/mosx, @char[$left + 1 .. $right - 1]) >= 1) { }
9876 11 0 if (length &fc($char[$i]) == 1) { }
9886 0 8 if ($right_e < $left_e)
9915 7 0 if ($right_e < $left_e) { }
9925 0 0 if (++$i > $#char)
9928 0 0 if ($char[$i] eq '\\E')
9956 0 0 if ($1 <= $parens)
9963 0 0 if ($1 <= $parens)
9970 0 0 if ($1 <= $parens)
9977 0 0 if ($ignorecase)
9982 0 0 if ($ignorecase)
9995 0 0 if ($ignorecase)
10001 0 0 if ($ignorecase)
10009 0 0 if ($ignorecase)
10017 0 0 if ($ignorecase)
10025 0 0 if ($ignorecase)
10032 0 4 if ($ignorecase) { }
10042 0 4 if ($ignorecase) { }
10052 0 3 if ($ignorecase) { }
10062 0 0 if ($ignorecase)
10070 0 0 if ($ignorecase)
10078 0 13 if ($ignorecase)
10085 0 23 if ($char[$i - 1] =~ /\A (?:[\x00-\xFF]|\\[0-7]{2,3}|\\x[0-9-A-Fa-f]{1,2}) \z/mosx) { }
10097 0 142 if ($left_e > $right_e)
10111 0 96 if ($modifier =~ /([adlu])/mosx)
10114 0 0 if ($filename ne '/root/.cpan/build/Char-Big5Plus-1.15-0/blib/lib/Ebig5plus.pm')
10125 8 88 if ($string eq '') { }
44 44 elsif ($modifier =~ tr/Bb//d) { }
10148 16 28 $modifier =~ /i/mosx ? :
10164 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 &Ebig5plus::uc($char[$i]) ne &fc($char[$i])) { }
0 86 elsif ($i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx) { }
10175 0 0 if ($char[$i + 1] eq ']')
10179 0 0 if (++$i > $#char)
10182 0 0 if ($char[$i] eq ']')
10197 0 0 if ($char[$i + 1] eq ']')
10201 0 0 if (++$i > $#char)
10204 0 0 if ($char[$i] eq ']')
10228 8 0 if (length &fc($char[$i]) == 1) { }
10238 0 0 if ($char[$i - 1] =~ /\A [\x00-\xFF] \z/mosx) { }
10265 0 98 if (do { $char[$i] eq '\\\\' }) { }
0 98 elsif ($char[$i] =~ m(\A [\$\@/\\] \z)mosx) { }
10295 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) { }
10315 0 91 if (defined $char[-1] and $char[-1] =~ /\A ([\x80-\xFF].*) (\\) \z/msx)
10330 0 290 if ($modifier =~ /([adlu])/mosx)
10333 0 0 if ($filename ne '/root/.cpan/build/Char-Big5Plus-1.15-0/blib/lib/Ebig5plus.pm')
10341 37 253 if ($variable eq '')
10367 0 290 if ($variable =~ s/\A \( (?>\s*) ( (?>(?: local \b | my \b | our \b | state \b )?) .+ ) \) \z/$1/mosx)
10378 17 273 if ($e_modifier >= 1) { }
10383 91 182 if ($delimiter2 eq q[']) { }
10394 8 282 if ($r_modifier) { }
10395 4 4 if (do { $modifier =~ /g/mosx }) { }
0 4 elsif ($modifier =~ /g/mosx) { }
10400 0 4 $delimiter1 eq q['] ? :
10416 0 0 $delimiter1 eq q['] ? :
10436 0 4 $delimiter1 eq q['] ? :
10453 0 8 if ($bind_operator =~ / !~ /mosx)
10460 35 247 if (do { $modifier =~ /g/mosx }) { }
0 247 elsif ($modifier =~ /g/mosx) { }
10465 3 32 $delimiter1 eq q['] ? :
6 29 $bind_operator =~ / !~ /mosx ? :
10491 0 0 $delimiter1 eq q['] ? :
0 0 $bind_operator =~ / !~ /mosx ? :
10514 234 13 $bind_operator =~ / =~ /mosx ? :
93 154 $delimiter1 eq q['] ? :
10539 0 290 if ($my ne '')
10556 0 0 if ($^W)
10557 0 0 if (_MSWin32_5Cended_path($string))
10558 0 0 unless ($] =~ /^5\.005/mosx)
10578 0 2 if ($^W)
10579 0 0 if (_MSWin32_5Cended_path($string))
10580 0 0 unless ($] =~ /^5\.005/mosx)
10602 0 273 if ($modifier =~ /([adlu])/mosx)
10605 0 0 if ($filename ne '/root/.cpan/build/Char-Big5Plus-1.15-0/blib/lib/Ebig5plus.pm')
10616 84 189 if ($modifier =~ tr/Bb//d)
10620 42 147 $modifier =~ /i/mosx ? :
10653 0 372 if ($char[$i] eq '\\L' and $char[$i + 1] eq '\\u') { }
0 372 elsif ($char[$i] eq '\\U' and $char[$i + 1] eq '\\l') { }
1 371 elsif ($char[$i] =~ /\A \\o \{ ([0-7]+) \} \z/mosx) { }
1 370 elsif ($char[$i] =~ /\A \\x \{ ([0-9A-Fa-f]+) \} \z/mosx) { }
0 370 elsif ($char[$i] =~ /\A \\ ([bBNpP]) ( \{ ([^\x81-\xFE0-9\}][^\x81-\xFE\}]*) \} ) \z/mosx) { }
0 370 elsif ($char[$i] =~ /\A \\ ( [pPX] ) \z/mosx) { }
10686 0 372 if (do { $char[$i] =~ /\A \\? ([\x80-\xFF].*) ($metachar|\Q$delimiter\E|\Q$end_delimiter\E) \z/msx }) { }
0 372 elsif ($char[$i] =~ /\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx) { }
3 369 elsif ($char[$i] eq '[') { }
1 368 elsif ($char[$i] eq '[^') { }
5 363 elsif (my $char = character_class($char[$i], $modifier)) { }
11 352 elsif ($char[$i] eq '^' and not $modifier =~ /m/mosx) { }
18 334 elsif ($ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx and &Ebig5plus::uc($char[$i]) ne &fc($char[$i])) { }
2 332 elsif ($char[$i] =~ /\A ([<>]) \z/mosx) { }
0 332 elsif ($char[$i] eq '\\u') { }
0 332 elsif ($char[$i] eq '\\l') { }
0 332 elsif ($char[$i] eq '\\U') { }
0 332 elsif ($char[$i] eq '\\L') { }
0 332 elsif ($char[$i] eq '\\F') { }
0 332 elsif ($char[$i] eq '\\Q') { }
0 332 elsif ($char[$i] eq '\\E') { }
0 332 elsif ($char[$i] eq '\\Q') { }
0 332 elsif ($char[$i] eq '\\E') { }
0 332 elsif ($char[$i] =~ /\A \$ 0 \z/mosx) { }
0 332 elsif ($char[$i] =~ /\A \$ \{ (?>\s*) 0 (?>\s*) \} \z/mosx) { }
0 332 elsif ($char[$i] =~ /\A \$\$ \z/mosx) { }
0 332 elsif ($char[$i] =~ /\A \$ ((?>[1-9][0-9]*)) \z/mosx) { }
0 332 elsif ($char[$i] =~ /\A \$ \{ (?>\s*) ((?>[1-9][0-9]*)) (?>\s*) \} \z/mosx) { }
0 332 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \[ (?:$qq_bracket)*? \] ) \z/mosx) { }
0 332 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) ( \{ (?:$qq_brace)*? \} ) \z/mosx) { }
0 332 elsif ($char[$i] =~ /\A \$ ((?> \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* )) \z/mosx) { }
12 320 elsif ($char[$i] =~ /\A ( \$` | \$\{`\} | \$ (?>\s*) PREMATCH | \$ (?>\s*) \{ (?>\s*) PREMATCH (?>\s*) \} | \$ (?>\s*) \{\^PREMATCH\} ) \z/cgmosx) { }
12 308 elsif ($char[$i] =~ /\A ( \$& | \$\{&\} | \$ (?>\s*) MATCH | \$ (?>\s*) \{ (?>\s*) MATCH (?>\s*) \} | \$ (?>\s*) \{\^MATCH\} ) \z/cgmosx) { }
9 299 elsif ($char[$i] =~ /\A ( \$ (?>\s*) POSTMATCH | \$ (?>\s*) \{ (?>\s*) POSTMATCH (?>\s*) \} | \$ (?>\s*) \{\^POSTMATCH\} ) \z/cgmosx) { }
0 299 elsif ($char[$i] =~ /\A \$ (?>\s*) \{ ((?> \s* [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* \s* )) \} \z/mosx) { }
0 299 elsif ($char[$i] =~ /\A \$ (?>\s*) \{ ( .+ ) \} \z/mosx) { }
3 296 elsif ($char[$i] =~ /\A [\$\@].+ /mosx) { }
7 411 elsif ($i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx) { }
10696 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 $Ebig5plus::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 $Ebig5plus::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 $Ebig5plus::q_char \z/mosx) { }
10710 0 3 if ($char[$i + 1] eq ']')
10714 0 7 if (++$i > $#char)
10717 3 4 if ($char[$i] eq ']')
10721 0 3 if (grep(/\A [\$\@]/mosx, @char[$left + 1 .. $right - 1]) >= 1) { }
10737 0 1 if ($char[$i + 1] eq ']')
10741 0 2 if (++$i > $#char)
10744 1 1 if ($char[$i] eq ']')
10748 0 1 if (grep(/\A [\$\@]/mosx, @char[$left + 1 .. $right - 1]) >= 1) { }
10785 18 0 if (length &fc($char[$i]) == 1) { }
10795 0 2 if ($right_e < $left_e)
10824 0 0 if ($right_e < $left_e) { }
10834 0 0 if (++$i > $#char)
10837 0 0 if ($char[$i] eq '\\E')
10847 0 0 if ($ignorecase)
10852 0 0 if ($ignorecase)
10865 0 0 if ($ignorecase)
10871 0 0 if ($ignorecase)
10879 0 0 if ($ignorecase)
10887 0 0 if ($ignorecase)
10895 0 0 if ($ignorecase)
10902 0 12 if ($ignorecase) { }
10912 0 12 if ($ignorecase) { }
10922 0 9 if ($ignorecase) { }
10932 0 0 if ($ignorecase)
10940 0 0 if ($ignorecase)
10948 0 3 if ($ignorecase)
10955 3 4 if ($char[$i - 1] =~ /\A (?:[\x00-\xFF]|\\[0-7]{2,3}|\\x[0-9-A-Fa-f]{1,2}) \z/mosx) { }
10965 0 189 if ($left_e > $right_e)
10979 0 112 if ($modifier =~ /([adlu])/mosx)
10982 0 0 if ($filename ne '/root/.cpan/build/Char-Big5Plus-1.15-0/blib/lib/Ebig5plus.pm')
10993 56 56 if ($modifier =~ tr/Bb//d)
10997 28 28 $modifier =~ /i/mosx ? :
11012 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 &Ebig5plus::uc($char[$i]) ne &fc($char[$i])) { }
0 88 elsif ($i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx) { }
11023 0 0 if ($char[$i + 1] eq ']')
11027 0 0 if (++$i > $#char)
11030 0 0 if ($char[$i] eq ']')
11045 0 0 if ($char[$i + 1] eq ']')
11049 0 0 if (++$i > $#char)
11052 0 0 if ($char[$i] eq ']')
11076 12 0 if (length &fc($char[$i]) == 1) { }
11086 0 0 if ($char[$i - 1] =~ /\A [\x00-\xFF] \z/mosx) { }
11109 0 0 if (_open_r($fh, $realfilename))
11112 0 0 unless close $fh
11114 0 0 if ($script =~ /^ (?>\s*) use (?>\s+) Big5Plus (?>\s*) ([^\x81-\xFE;]*) ; (?>\s*) \n? $/mosx)
11135 0 0 if (_open_r($fh, $realfilename))
11138 0 0 unless close $fh
11140 0 0 if ($script =~ /^ (?>\s*) use (?>\s+) Big5Plus (?>\s*) ([^\x81-\xFE;]*) ; (?>\s*) \n? $/mosx)
11161 0 0 if (_open_r($fh, $realfilename))
11164 0 0 unless close $fh
11166 0 0 if ($script =~ /^ (?>\s*) use (?>\s+) Big5Plus (?>\s*) ([^\x81-\xFE;]*) ; (?>\s*) \n? $/mosx)
11198 0 0 if (_open_r($fh, $realfilename))
11201 0 0 unless close $fh
11203 0 0 if ($script =~ /^ (?>\s*) use (?>\s+) Big5Plus (?>\s*) ([^\x81-\xFE;]*) ; (?>\s*) \n? $/mosx)
11224 0 0 if (_open_r($fh, $realfilename))
11227 0 0 unless close $fh
11229 0 0 if ($script =~ /^ (?>\s*) use (?>\s+) Big5Plus (?>\s*) ([^\x81-\xFE;]*) ; (?>\s*) \n? $/mosx)
11250 0 0 if (_open_r($fh, $realfilename))
11253 0 0 unless close $fh
11255 0 0 if ($script =~ /^ (?>\s*) use (?>\s+) Big5Plus (?>\s*) ([^\x81-\xFE;]*) ; (?>\s*) \n? $/mosx)
11271 0 0 if ($^O eq 'MacOS') { }
11277 0 0 unless $expr =~ / \.pm \z/imosx
11288 0 0 if ($^O eq 'MacOS') { }