Branch Coverage

Char/Latin1.pm
Criterion Covered Total %
branch 11 2166 0.5


line true false branch
28 0 177 if ($^X =~ / jperl /imosx)
63 177 0 if (eval { do { local $@; CORE::require strict } })
259 177 0 if (-e "$filename.e")
260 0 177 if (exists $ENV{'SJIS_DEBUG'}) { }
0 177 elsif (-z "$filename.e") { }
300 0 177 if ($mtime_escape < $mtime_source or $mtime_escape < $mtime_filter)
306 0 177 unless (-e "$filename.e")
309 0 0 if (eval ' use Fcntl qw(O_WRONLY O_APPEND O_CREAT); 1 ' and sysopen $fh, "$filename.e", &O_WRONLY | &O_APPEND | &O_CREAT) { }
312 0 0 unless Char::Elatin1::_open_a($fh, "$filename.e")
315 0 0 if (do { exists $ENV{'SJIS_NONBLOCK'} }) { }
349 0 0 unless seek $fh, 0, 0
357 0 0 unless close $fh
361 0 177 unless Char::Elatin1::_open_r($fh, "$filename.e")
363 0 177 if (do { exists $ENV{'SJIS_NONBLOCK'} }) { }
378 0 177 if ($^W)
415 0 177 if ($^O =~ /\A (?: MSWin32 | NetWare | symbian | dos ) \z/mosx) { }
444 0 0 if ($word =~ / [ ] /mosx) { }
475 0 0 unless Char::Elatin1::_open_r($fh, $script)
478 0 0 unless close $fh
480 0 0 if (/^ use Char::Elatin1(?:\s+[0-9\.]*)?\s*; $/mosx) { }
486 0 0 if (s/\A(#!.+?\n)//mos)
493 0 0 if (s/\A(\@rem\s*=\s*'.*?'\s*;\s*\n)//mos)
507 0 0 if (s/(.*^#\s*line\s+\d+(?:\s+"(?:$q_char)+?")?\s*\n)//mos)
530 0 0 if (s/^ \s* use \s+ Char::Latin1 \s* ([^;]*) ; \s* \n? $//mosx)
534 0 0 if ($list =~ s/\A ([0-9]+\.[0-9]+) \.0 \s* //mosx) { }
0 0 elsif ($list =~ s/\A ([0-9]+(?:\.[0-9]*)) \s* //mosx) { }
536 0 0 if ($version ne $Char::Latin1::VERSION)
539 0 0 if (scalar keys %file >= 2)
558 0 0 if ($version > $Char::Latin1::VERSION)
564 0 0 unless ($list =~ /\A \s* \z/mosx)
568 0 0 if /\A ord \z/mosx
569 0 0 if /\A ord \z/mosx
570 0 0 if /\A reverse \z/mosx
571 0 0 if /\A getc \z/mosx
622 0 0 if (/\G ( \n ) /cgox) { }
0 0 elsif (/\G (\s+|\#.*) /cgox) { }
0 0 elsif (/\G ( (?: if | elsif | unless | while | until | given | when ) \s* \( ) /cgox) { }
0 0 elsif (/\G ( \( \s* (?: local \b | my \b | our \b | state \b )? \s* \$ $qq_scalar ) /cgox) { }
0 0 elsif (/\G ( \$` | \$\{`\} | \$ \s* PREMATCH \b | \$ \s* \{ \s* PREMATCH \s* \} | \$ \s* \{\^PREMATCH\} ) /cgmosx) { }
0 0 elsif (/\G ( \$& | \$\{&\} | \$ \s* MATCH \b | \$ \s* \{ \s* MATCH \s* \} | \$ \s* \{\^MATCH\} ) /cgmosx) { }
0 0 elsif (/\G ( \$' | \$\{'\} ) /cgmosx) { }
0 0 elsif (/\G ( \$ \s* POSTMATCH \b | \$ \s* \{ \s* POSTMATCH \s* \} | \$ \s* \{\^POSTMATCH\} ) /cgmosx) { }
0 0 elsif (/\G ( \$ $qq_scalar | $qq_substr ) /cgox) { }
0 0 elsif (/\G ( [,;] ) /cgox) { }
0 0 elsif (/\G ( \{ \s* (?: tr | index | rindex | reverse ) \s* \} ) /cgmosx) { }
0 0 elsif (/\G ( \$ 0 ) /cgmosx) { }
0 0 elsif (/\G ( \$ \{ \s* 0 \s* \} ) /cgmosx) { }
0 0 elsif (/\G ( \$ \$ ) (?![\w\{]) /cgmosx) { }
0 0 elsif (/\G \$ ([1-9][0-9]*) /cgmosx) { }
0 0 elsif (/\G \$ \{ \s* ([1-9][0-9]*) \s* \} /cgmosx) { }
0 0 elsif (/\G \$ ( \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) ( \[ .+? \] ) /cgmosx) { }
0 0 elsif (/\G \$ ( \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) ( \{ .+? \} ) /cgmosx) { }
0 0 elsif (/\G \$ ( \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) /cgmosx) { }
0 0 elsif (/\G \$ \s* \{ ( \s* [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* \s* ) \} /cgmosx) { }
0 0 elsif (/\G \$ \s* \{ \s* ( $qq_brace ) \s* \} /cgmosx) { }
0 0 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) { }
0 0 elsif (m{\G ( \$[\$\@\#\\\'\"/\?\(\)\[\]\<\>] ) }cgmosx) { }
0 0 elsif (/\G \b (while \s* \( \s* <[\$]?[A-Za-z_][A-Za-z_0-9]*> \s* \)) \b /cgox) { }
0 0 elsif (/\G \b while \s* \( \s* < ((?:[^>\0\a\e\f\n\r\t])+?) > \s* \) \b /cgox) { }
0 0 elsif (/\G \b while \s* \( \s* glob \s* \) /cgox) { }
0 0 elsif (/\G \b while \s* \( \s* glob \b /cgox) { }
0 0 elsif (/\G \b ( if | unless | while | until | for | when ) \b /cgox) { }
0 0 elsif (/\G \b (CORE:: | ->[ ]* (?: atan2 | [a-z]{2,})) \b /cgox) { }
0 0 elsif (/\G \b bytes::substr \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G \b chop \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G \b bytes::index \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G \b Char::Latin1::index \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G \b index \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G \b bytes::rindex \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G \b Char::Latin1::rindex \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G \b rindex \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G \b lc (?= \s+[A-Za-z_]|\s*['"`\$\@\&\*\(]) /cgox) { }
0 0 elsif (/\G \b lcfirst (?= \s+[A-Za-z_]|\s*['"`\$\@\&\*\(]) /cgox) { }
0 0 elsif (/\G \b uc (?= \s+[A-Za-z_]|\s*['"`\$\@\&\*\(]) /cgox) { }
0 0 elsif (/\G \b ucfirst (?= \s+[A-Za-z_]|\s*['"`\$\@\&\*\(]) /cgox) { }
0 0 elsif (/\G \b fc (?= \s+[A-Za-z_]|\s*['"`\$\@\&\*\(]) /cgox) { }
0 0 elsif (/\G -s \s+ \s* (\") ((?:$qq_char)+?) (\") /cgox) { }
0 0 elsif (/\G -s \s+ qq \s* (\#) ((?:$qq_char)+?) (\#) /cgox) { }
0 0 elsif (/\G -s \s+ qq \s* (\() ((?:$qq_paren)+?) (\)) /cgox) { }
0 0 elsif (/\G -s \s+ qq \s* (\{) ((?:$qq_brace)+?) (\}) /cgox) { }
0 0 elsif (/\G -s \s+ qq \s* (\[) ((?:$qq_bracket)+?) (\]) /cgox) { }
0 0 elsif (/\G -s \s+ qq \s* (\<) ((?:$qq_angle)+?) (\>) /cgox) { }
0 0 elsif (/\G -s \s+ qq \s* (\S) ((?:$qq_char)+?) (\1) /cgox) { }
0 0 elsif (/\G -s \s+ \s* (\') ((?:\\\'|\\\\|$q_char)+?) (\') /cgox) { }
0 0 elsif (/\G -s \s+ q \s* (\#) ((?:\\\#|\\\\|$q_char)+?) (\#) /cgox) { }
0 0 elsif (/\G -s \s+ q \s* (\() ((?:\\\)|\\\\|$q_paren)+?) (\)) /cgox) { }
0 0 elsif (/\G -s \s+ q \s* (\{) ((?:\\\}|\\\\|$q_brace)+?) (\}) /cgox) { }
0 0 elsif (/\G -s \s+ q \s* (\[) ((?:\\\]|\\\\|$q_bracket)+?) (\]) /cgox) { }
0 0 elsif (/\G -s \s+ q \s* (\<) ((?:\\\>|\\\\|$q_angle)+?) (\>) /cgox) { }
0 0 elsif (/\G -s \s+ q \s* (\S) ((?:\\\1|\\\\|$q_char)+?) (\1) /cgox) { }
0 0 elsif (/\G -s \s* (\$ \w+(?: ::\w+)* (?: (?: ->)? (?: [\$\@\%\&\*]\* | \$\#\* | \( (?:$qq_paren)*? \) | [\@\%\*]? \{ (?:$qq_brace)+? \} | [\@\%]? \[ (?:$qq_bracket)+? \] ) )*) /cgox) { }
0 0 elsif (/\G -s \s* \( ((?:$qq_paren)*?) \) /cgox) { }
0 0 elsif (/\G -s (?= \s+ [a-z]+) /cgox) { }
0 0 elsif (/\G -s \s+ (\w+) /cgox) { }
0 0 elsif (/\G \b bytes::length (?= \s+[A-Za-z_]|\s*['"`\$\@\&\*\(]) /cgox) { }
0 0 elsif (/\G \b bytes::chr (?= \s+[A-Za-z_]|\s*['"`\$\@\&\*\(]) /cgox) { }
0 0 elsif (/\G \b chr (?= \s+[A-Za-z_]|\s*['"`\$\@\&\*\(]) /cgox) { }
0 0 elsif (/\G \b bytes::ord (?= \s+[A-Za-z_]|\s*['"`\$\@\&\*\(]) /cgox) { }
0 0 elsif (/\G \b ord (?= \s+[A-Za-z_]|\s*['"`\$\@\&\*\(]) /cgox) { }
0 0 elsif (/\G \b glob (?= \s+[A-Za-z_]|\s*['"`\$\@\&\*\(]) /cgox) { }
0 0 elsif (/\G \b lc \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G \b lcfirst \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G \b uc \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G \b ucfirst \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G \b fc \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G -s \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G \b bytes::length \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G \b bytes::chr \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G \b chr \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G \b bytes::ord \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G \b ord \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G \b glob \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G \b reverse \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G \b getc \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G \b (split) \b (?! \s* => ) /cgox) { }
0 0 elsif (/\G \b ( tr | y ) \b /cgox) { }
0 0 elsif (/\G \b (qq) \b /cgox) { }
0 0 elsif (/\G \b (qr) \b /cgox) { }
0 0 elsif (/\G \b (qw) \b /cgox) { }
0 0 elsif (/\G \b (qx) \b /cgox) { }
0 0 elsif (/\G \b (q) \b /cgox) { }
0 0 elsif (/\G \b (m) \b /cgox) { }
0 0 elsif (/\G \b (s) \b /cgox) { }
0 0 elsif (/\G \b require (\s+ (?:$ignore_modules) .*? ;) ([ \t]* [#\n]) /cgmosx) { }
0 0 elsif (/\G \b require (\s+ (?:$ignore_modules) .*? ;) ([ \t]* [^#]) /cgmosx) { }
0 0 elsif (/\G \b require (\s+ (?:$ignore_modules)) \b /cgmosx) { }
0 0 elsif (/\G \b use (\s+ strict .*? ;) ([ \t]* [#\n]) /cgmosx) { }
0 0 elsif (/\G \b use (\s+ strict .*? ;) ([ \t]* [^#]) /cgmosx) { }
0 0 elsif (/\G \b use (\s+ strict) \b /cgmosx) { }
0 0 elsif (/\G \b use \s+ (([1-9][0-9_]*)(?:\.([0-9_]+))*) \s* ; /cgmosx) { }
0 0 elsif (/\G \b use \s+ (v([0-9][0-9_]*)(?:\.([0-9_]+))*) \s* ; /cgmosx) { }
0 0 elsif (/\G \b use (\s+ (?:$ignore_modules) .*? ;) ([ \t]* [#\n]) /cgmosx) { }
0 0 elsif (/\G \b use (\s+ (?:$ignore_modules) .*? ;) ([ \t]* [^#]) /cgmosx) { }
0 0 elsif (/\G \b use (\s+ (?:$ignore_modules)) \b /cgmosx) { }
0 0 elsif (/\G \b no (\s+ (?:$ignore_modules) .*? ;) ([ \t]* [#\n]) /cgmosx) { }
0 0 elsif (/\G \b no (\s+ (?:$ignore_modules) .*? ;) ([ \t]* [^#]) /cgmosx) { }
0 0 elsif (/\G \b no (\s+ (?:$ignore_modules)) \b /cgmosx) { }
0 0 elsif (/\G \b use \b /cgmosx) { }
0 0 elsif (/\G \b no \b /cgmosx) { }
0 0 elsif (/\G (?
0 0 elsif (/\G (\") /cgox) { }
0 0 elsif (/\G (\`) /cgox) { }
0 0 elsif ($Char::Latin1::slash eq 'm//' and m[\G (/) ]cgox) { }
0 0 elsif ($Char::Latin1::slash eq 'm//' and /\G (\?) /cgox) { }
0 0 elsif (/\G ( << \s* ) (?= [0-9\$\@\&] ) /cgox) { }
0 0 elsif (/\G ( << '([a-zA-Z_0-9]*)' ) /cgox) { }
0 0 elsif (/\G ( << \\([a-zA-Z_0-9]+) ) /cgox) { }
0 0 elsif (/\G ( << "([a-zA-Z_0-9]*)" ) /cgox) { }
0 0 elsif (/\G ( << ([a-zA-Z_0-9]+) ) /cgox) { }
0 0 elsif (/\G ( << `([a-zA-Z_0-9]*)` ) /cgox) { }
0 0 elsif (/\G ( <<= | <=> | <= | < ) (?= \s* [A-Za-z_0-9'"`\$\@\&\*\(\+\-] )/cgox) { }
0 0 elsif (/\G (<[\$]?[A-Za-z_][A-Za-z_0-9]*>) /cgox) { }
0 0 elsif (/\G < ((?:[^>\0\a\e\f\n\r\t])+?) > /cgox) { }
0 0 elsif (/\G ^ ( __DATA__ \n .*) \z /cgmosx) { }
0 0 elsif (/\G ^ ( __END__ \n .*) \z /cgmosx) { }
0 0 elsif (/\G ( \cD .*) \z /cgmosx) { }
0 0 elsif (/\G ( \cZ .*) \z /cgmosx) { }
0 0 elsif (/\G ( -- | \+\+ | [\)\}\]] ) /cgox) { }
0 0 elsif (/\G ( \.\.\. ) /cgox) { }
0 0 elsif (m"\G ( !~~ | !~ | != | ! | %= | % | &&= | && | &= | & | -= | -> | - | :\s*= | : | <<= | <=> | <= | < | == | => | =~ | = | >>= | >> | >= | > | \*\*= | \*\* | \*= | \* | \+= | \+ | \.\. | \.= | \. | //= | // | /= | / | \? | \\ | \^= | \^ | \b x= | \|\|= | \|\| | \|= | \| | ~~ | ~ | \b(?: and | cmp | eq | ge | gt | le | lt | ne | not | or | xor | x )\b | \b(?: print )\b | [,;\(\{\[] ) "cgox) { }
0 0 elsif (/\G ($q_char) /cgox) { }
624 0 0 if (scalar @heredoc_delimiter >= 1)
679 0 0 if (/\G ( \s* = $qq_paren \) ) ( \s* (?: =~ | !~ ) \s* ) (?= (?: tr | y ) \b ) /cgox) { }
0 0 elsif (/\G ( \s* = $qq_paren \) ) ( \s* (?: =~ | !~ ) \s* ) (?= s \b ) /cgox) { }
728 0 0 if (/\G ( \s* (?: =~ | !~ ) \s* ) (?= (?: tr | y ) \b ) /cgox) { }
0 0 elsif (/\G ( \s* (?: =~ | !~ ) \s* ) (?= s \b ) /cgox) { }
933 0 0 if (/\G (?= [,;\)\}\]] ) /cgox) { }
0 0 elsif (/\G ( [\$\@\&\*] $qq_scalar ) /cgox) { }
0 0 elsif (/\G \b qq (\#) [ ] (\#) /cgox) { }
0 0 elsif (/\G \b qq (\s*) (\() [ ] (\)) /cgox) { }
0 0 elsif (/\G \b qq (\s*) (\{) [ ] (\}) /cgox) { }
0 0 elsif (/\G \b qq (\s*) (\[) [ ] (\]) /cgox) { }
0 0 elsif (/\G \b qq (\s*) (\<) [ ] (\>) /cgox) { }
0 0 elsif (/\G \b qq (\s*) (\S) [ ] (\2) /cgox) { }
0 0 elsif (/\G \b q (\#) [ ] (\#) /cgox) { }
0 0 elsif (/\G \b q (\s*) (\() [ ] (\)) /cgox) { }
0 0 elsif (/\G \b q (\s*) (\{) [ ] (\}) /cgox) { }
0 0 elsif (/\G \b q (\s*) (\[) [ ] (\]) /cgox) { }
0 0 elsif (/\G \b q (\s*) (\<) [ ] (\>) /cgox) { }
0 0 elsif (/\G \b q (\s*) (\S) [ ] (\2) /cgox) { }
0 0 elsif (/\G ' [ ] ' /cgox) { }
0 0 elsif (/\G " [ ] " /cgox) { }
0 0 elsif (/\G \b (qq) \b /cgox) { }
0 0 elsif (/\G \b (qr) \b /cgox) { }
0 0 elsif (/\G \b (q) \b /cgox) { }
0 0 elsif (/\G \b (m) \b /cgox) { }
0 0 elsif (/\G (\') /cgox) { }
0 0 elsif (/\G (\") /cgox) { }
0 0 elsif (m[\G (/) ]cgox) { }
956 0 0 if (/\G (\#) ((?:$qq_char)*?) (\#) /cgox) { }
959 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 ([*\-:?\\^|]) ((?:$qq_char)*?) (\1) /cgox) { }
0 0 elsif (/\G (\S) ((?:$qq_char)*?) (\1) /cgox) { }
973 0 0 if (/\G (\#) ((?:$qq_char)*?) (\#) ([imosxpadlubB]*) /cgox) { }
976 0 0 if (/\G (\s+|\#.*) /cgox) { }
0 0 elsif (/\G (\() ((?:$qq_paren)*?) (\)) ([imosxpadlubB]*) /cgox) { }
0 0 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) ([imosxpadlubB]*) /cgox) { }
0 0 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) ([imosxpadlubB]*) /cgox) { }
0 0 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) ([imosxpadlubB]*) /cgox) { }
0 0 elsif (/\G (\') ((?:$qq_char)*?) (\') ([imosxpadlubB]*) /cgox) { }
0 0 elsif (/\G ([*\-:?\\^|]) ((?:$qq_char)*?) (\1) ([imosxpadlubB]*) /cgox) { }
0 0 elsif (/\G (\S) ((?:$qq_char)*?) (\1) ([imosxpadlubB]*) /cgox) { }
991 0 0 if (/\G (\#) ((?:\\\#|\\\\|$q_char)*?) (\#) /cgox) { }
994 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 ([*\-:?\\^|]) ((?:$q_char)*?) (\1) /cgox) { }
0 0 elsif (/\G (\S) ((?:\\\\|\\\1| $q_char)*?) (\1) /cgox) { }
1008 0 0 if (/\G (\#) ((?:$qq_char)*?) (\#) ([cgimosxpadlubB]*) /cgox) { }
1011 0 0 if (/\G (\s+|\#.*) /cgox) { }
0 0 elsif (/\G (\() ((?:$qq_paren)*?) (\)) ([cgimosxpadlubB]*) /cgox) { }
0 0 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) ([cgimosxpadlubB]*) /cgox) { }
0 0 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) ([cgimosxpadlubB]*) /cgox) { }
0 0 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) ([cgimosxpadlubB]*) /cgox) { }
0 0 elsif (/\G (\') ((?:$qq_char)*?) (\') ([cgimosxpadlubB]*) /cgox) { }
0 0 elsif (/\G ([*\-:?\\^|]) ((?:$qq_char)*?) (\1) ([cgimosxpadlubB]*) /cgox) { }
0 0 elsif (/\G (\S) ((?:$qq_char)*?) (\1) ([cgimosxpadlubB]*) /cgox) { }
1028 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\') /cgox) { }
0 0 elsif (/\G \' /cgox) { }
0 0 elsif (/\G ($q_char) /cgox) { }
1040 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\") /cgox) { }
0 0 elsif (/\G \" /cgox) { }
0 0 elsif (/\G ($q_char) /cgox) { }
1052 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (m[\G (\\/) ]cgox) { }
0 0 elsif (m[\G / ([cgimosxpadlubB]*) ]cgox) { }
0 0 elsif (/\G ($q_char) /cgox) { }
1073 0 0 if (/\G (\#) ((?:$qq_char)*?) (\#) ((?:$qq_char)*?) (\#) ([cdsrbB]*) /cgox) { }
1080 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 (\S) ((?:$qq_char)*?) (\1) ((?:$qq_char)*?) (\1) ([cdsrbB]*) /cgox) { }
1084 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) ((?:$qq_char)*?) (\1) ([cdsrbB]*) /cgox) { }
1096 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) ((?:$qq_char)*?) (\1) ([cdsrbB]*) /cgox) { }
1108 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) ((?:$qq_char)*?) (\1) ([cdsrbB]*) /cgox) { }
1120 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) ((?:$qq_char)*?) (\1) ([cdsrbB]*) /cgox) { }
1144 0 0 if (/\G (\#) /cgox) { }
1147 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\#) /cgox) { }
0 0 elsif (/\G (\#) /cgox) { }
0 0 elsif (/\G ($qq_char) /cgox) { }
1158 0 0 if (/\G (\s+|\#.*) /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 (\S) /cgox) { }
1165 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\)) /cgox) { }
0 0 elsif (/\G (\() /cgox) { }
0 0 elsif (/\G (\)) /cgox) { }
0 0 elsif (/\G ($qq_char) /cgox) { }
1169 0 0 if (--$Char::Latin1::nest == 0) { }
1182 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\}) /cgox) { }
0 0 elsif (/\G (\{) /cgox) { }
0 0 elsif (/\G (\}) /cgox) { }
0 0 elsif (/\G ($qq_char) /cgox) { }
1186 0 0 if (--$Char::Latin1::nest == 0) { }
1199 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\]) /cgox) { }
0 0 elsif (/\G (\[) /cgox) { }
0 0 elsif (/\G (\]) /cgox) { }
0 0 elsif (/\G ($qq_char) /cgox) { }
1203 0 0 if (--$Char::Latin1::nest == 0) { }
1216 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\>) /cgox) { }
0 0 elsif (/\G (\<) /cgox) { }
0 0 elsif (/\G (\>) /cgox) { }
0 0 elsif (/\G ($qq_char) /cgox) { }
1220 0 0 if (--$Char::Latin1::nest == 0) { }
1233 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\Q$delimiter\E) /cgox) { }
0 0 elsif (/\G (\Q$delimiter\E) /cgox) { }
0 0 elsif (/\G ($qq_char) /cgox) { }
1248 0 0 if (/\G (\#) ((?:$qq_char)*?) (\#) ([imosxpadlubB]*) /cgox) { }
1254 0 0 if (/\G (\s+|\#.*) /cgox) { }
0 0 elsif (/\G (\() ((?:$qq_paren)*?) (\)) ([imosxpadlubB]*) /cgox) { }
0 0 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) ([imosxpadlubB]*) /cgox) { }
0 0 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) ([imosxpadlubB]*) /cgox) { }
0 0 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) ([imosxpadlubB]*) /cgox) { }
0 0 elsif (/\G (\') ((?:$qq_char)*?) (\') ([imosxpadlubB]*) /cgox) { }
0 0 elsif (/\G ([*\-:?\\^|]) ((?:$qq_char)*?) (\1) ([imosxpadlubB]*) /cgox) { }
0 0 elsif (/\G (\S) ((?:$qq_char)*?) (\1) ([imosxpadlubB]*) /cgox) { }
1270 0 0 if (/\G (\#) (.*?) (\#) /cgmosx) { }
1276 0 0 if (/\G (\s+|\#.*) /cgox) { }
0 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) ((?:$q_char)*?) (\1) /cgmosx) { }
1300 0 0 if (/\G (\#) ((?:$qq_char)*?) (\#) /cgox) { }
1306 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 (\') ((?:$qq_char)*?) (\') /cgox) { }
0 0 elsif (/\G (\S) ((?:$qq_char)*?) (\1) /cgox) { }
1327 0 0 if (/\G (\#) /cgox) { }
1330 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\#) /cgox) { }
0 0 elsif (/\G (\#) /cgox) { }
0 0 elsif (/\G ($q_char) /cgox) { }
1341 0 0 if (/\G (\s+|\#.*) /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 (\S) /cgox) { }
1348 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 ($q_char) /cgox) { }
1353 0 0 if (--$Char::Latin1::nest == 0) { }
1366 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 ($q_char) /cgox) { }
1371 0 0 if (--$Char::Latin1::nest == 0) { }
1384 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 ($q_char) /cgox) { }
1389 0 0 if (--$Char::Latin1::nest == 0) { }
1402 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 ($q_char) /cgox) { }
1407 0 0 if (--$Char::Latin1::nest == 0) { }
1420 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\Q$delimiter\E) /cgox) { }
0 0 elsif (/\G (\Q$delimiter\E) /cgox) { }
0 0 elsif (/\G ($q_char) /cgox) { }
1435 0 0 if (/\G (\#) ((?:$qq_char)*?) (\#) ([cgimosxpadlubB]*) /cgox) { }
1441 0 0 if (/\G (\s+|\#.*) /cgox) { }
0 0 elsif (/\G (\() ((?:$qq_paren)*?) (\)) ([cgimosxpadlubB]*) /cgox) { }
0 0 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) ([cgimosxpadlubB]*) /cgox) { }
0 0 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) ([cgimosxpadlubB]*) /cgox) { }
0 0 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) ([cgimosxpadlubB]*) /cgox) { }
0 0 elsif (/\G (\?) ((?:$qq_char)*?) (\?) ([cgimosxpadlubB]*) /cgox) { }
0 0 elsif (/\G (\') ((?:$qq_char)*?) (\') ([cgimosxpadlubB]*) /cgox) { }
0 0 elsif (/\G ([*\-:\\^|]) ((?:$qq_char)*?) (\1) ([cgimosxpadlubB]*) /cgox) { }
0 0 elsif (/\G (\S) ((?:$qq_char)*?) (\1) ([cgimosxpadlubB]*) /cgox) { }
1466 0 0 if (/\G (\#) ((?:$qq_char)*?) (\#) ((?:$qq_char)*?) (\#) ([cegimosxpradlubB]*) /cgox) { }
1472 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 (\') ((?:$qq_char)*?) (\') ((?:$qq_char)*?) (\') ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G ([*\-:?\\^|]) ((?:$qq_char)*?) (\1) ((?:$qq_char)*?) (\1) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\$) ((?:$qq_char)*?) (\1) ((?:$qq_char)*?) (\1) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\S) ((?:$qq_char)*?) (\1) ((?:$qq_char)*?) (\1) ([cegimosxpradlubB]*) /cgox) { }
1476 0 0 if (/\G (\s+|\#.*) /cgox) { }
0 0 elsif (/\G (\() ((?:$qq_paren)*?) (\)) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\') ((?:$qq_char)*?) (\') ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\$) ((?:$qq_char)*?) (\$) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\:) ((?:$qq_char)*?) (\:) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\@) ((?:$qq_char)*?) (\@) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\S) ((?:$qq_char)*?) (\1) ([cegimosxpradlubB]*) /cgox) { }
1493 0 0 if (/\G (\s+|\#.*) /cgox) { }
0 0 elsif (/\G (\() ((?:$qq_paren)*?) (\)) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\') ((?:$qq_char)*?) (\') ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\$) ((?:$qq_char)*?) (\$) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\:) ((?:$qq_char)*?) (\:) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\@) ((?:$qq_char)*?) (\@) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\S) ((?:$qq_char)*?) (\1) ([cegimosxpradlubB]*) /cgox) { }
1510 0 0 if (/\G (\s+|\#.*) /cgox) { }
0 0 elsif (/\G (\() ((?:$qq_paren)*?) (\)) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\') ((?:$qq_char)*?) (\') ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\$) ((?:$qq_char)*?) (\$) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\S) ((?:$qq_char)*?) (\1) ([cegimosxpradlubB]*) /cgox) { }
1525 0 0 if (/\G (\s+|\#.*) /cgox) { }
0 0 elsif (/\G (\() ((?:$qq_paren)*?) (\)) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\{) ((?:$qq_brace)*?) (\}) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\[) ((?:$qq_bracket)*?) (\]) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\<) ((?:$qq_angle)*?) (\>) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\') ((?:$qq_char)*?) (\') ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\$) ((?:$qq_char)*?) (\$) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\:) ((?:$qq_char)*?) (\:) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\@) ((?:$qq_char)*?) (\@) ([cegimosxpradlubB]*) /cgox) { }
0 0 elsif (/\G (\S) ((?:$qq_char)*?) (\1) ([cegimosxpradlubB]*) /cgox) { }
1572 0 0 if ($2 >= 6 or $2 == 5 and $3 ge '012') { }
1580 0 0 if ($2 >= 6 or $2 == 5 and $3 >= 12) { }
1608 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\') /cgox) { }
0 0 elsif (/\G \' /cgox) { }
0 0 elsif (/\G ($q_char) /cgox) { }
1620 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\") /cgox) { }
0 0 elsif (/\G \" /cgox) { }
0 0 elsif (/\G ($q_char) /cgox) { }
1632 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\`) /cgox) { }
0 0 elsif (/\G \` /cgox) { }
0 0 elsif (/\G ($q_char) /cgox) { }
1644 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (m[\G (\\/) ]cgox) { }
0 0 elsif (m[\G / ([cgimosxpadlubB]*) ]cgox) { }
0 0 elsif (/\G ($q_char) /cgox) { }
1656 0 0 if (/\G (\\\\) /cgox) { }
0 0 elsif (/\G (\\\?) /cgox) { }
0 0 elsif (/\G \? ([cgimosxpadlubB]*) /cgox) { }
0 0 elsif (/\G ($q_char) /cgox) { }
1674 0 0 if ($here_script eq '')
1678 0 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
1704 0 0 if ($here_script eq '')
1708 0 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
1725 0 0 if ($here_script eq '')
1729 0 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
1746 0 0 if ($here_script eq '')
1750 0 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
1767 0 0 if ($here_script eq '')
1771 0 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
1911 0 0 unless (grep /\A \{ \z/msx, @char and grep /\A \} \z/msx, @char)
1912 0 0 unless ($string =~ /<
1919 0 0 if (do { $string =~ /\G ( \$` | \$\{`\} | \$ \s* PREMATCH \b | \$ \s* \{ \s* PREMATCH \s* \} | \$ \s* \{\^PREMATCH\} ) /cgmosx }) { }
0 0 elsif ($string =~ /\G ( \$& | \$\{&\} | \$ \s* MATCH \b | \$ \s* \{ \s* MATCH \s* \} | \$ \s* \{\^MATCH\} ) /cgmosx) { }
0 0 elsif ($string =~ /\G ( \$' | \$\{'\} ) /cgmosx) { }
0 0 elsif ($string =~ /\G ( \$ \s* POSTMATCH \b | \$ \s* \{ \s* POSTMATCH \s* \} | \$ \s* \{\^POSTMATCH\} ) /cgmosx) { }
0 0 elsif ($string =~ /\G ( \{ \s* (?: tr | index | rindex | reverse ) \s* \} ) /cgmosx) { }
0 0 elsif ($string =~ /\G ( \$ 0 ) /cgmosx) { }
0 0 elsif ($string =~ /\G ( \$ \{ \s* 0 \s* \} ) /cgmosx) { }
0 0 elsif ($string =~ /\G ( \$ \$ ) (?![\w\{]) /cgmosx) { }
0 0 elsif ($string =~ /\G \$ ([1-9][0-9]*) /cgmosx) { }
0 0 elsif ($string =~ /\G \$ \{ \s* ([1-9][0-9]*) \s* \} /cgmosx) { }
0 0 elsif ($string =~ /\G \$ ( \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) ( \[ .+? \] ) /cgmosx) { }
0 0 elsif ($string =~ /\G \$ ( \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) ( \{ .+? \} ) /cgmosx) { }
0 0 elsif ($string =~ /\G \$ ( \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) /cgmosx) { }
0 0 elsif ($string =~ /\G \$ \s* \{ ( \s* [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* \s* ) \} /cgmosx) { }
0 0 elsif ($string =~ /\G \$ \s* \{ \s* ( $qq_brace ) \s* \} /cgmosx) { }
0 0 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 0 elsif ($string =~ m{\G ( \$[\$\@\#\\\'\"/\?\(\)\[\]\<\>] ) }cgmosx) { }
0 0 elsif ($string =~ /\G \b (CORE:: | ->[ ]* (?: atan2 | [a-z]{2,})) \b /cgox) { }
0 0 elsif ($string =~ /\G \b bytes::substr \b /cgox) { }
0 0 elsif ($string =~ /\G \b chop \b /cgox) { }
0 0 elsif ($string =~ /\G \b bytes::index \b /cgox) { }
0 0 elsif ($string =~ /\G \b Char::Latin1::index \b /cgox) { }
0 0 elsif ($string =~ /\G \b index \b /cgox) { }
0 0 elsif ($string =~ /\G \b bytes::rindex \b /cgox) { }
0 0 elsif ($string =~ /\G \b Char::Latin1::rindex \b /cgox) { }
0 0 elsif ($string =~ /\G \b rindex \b /cgox) { }
0 0 elsif ($string =~ /\G \b lc (?= \s+[A-Za-z_]|\s*['"`\$\@\&\*\(]) /cgox) { }
0 0 elsif ($string =~ /\G \b lcfirst (?= \s+[A-Za-z_]|\s*['"`\$\@\&\*\(]) /cgox) { }
0 0 elsif ($string =~ /\G \b uc (?= \s+[A-Za-z_]|\s*['"`\$\@\&\*\(]) /cgox) { }
0 0 elsif ($string =~ /\G \b ucfirst (?= \s+[A-Za-z_]|\s*['"`\$\@\&\*\(]) /cgox) { }
0 0 elsif ($string =~ /\G \b fc (?= \s+[A-Za-z_]|\s*['"`\$\@\&\*\(]) /cgox) { }
0 0 elsif ($string =~ /\G -s \s+ \s* (\") ((?:$qq_char)+?) (\") /cgox) { }
0 0 elsif ($string =~ /\G -s \s+ qq \s* (\#) ((?:$qq_char)+?) (\#) /cgox) { }
0 0 elsif ($string =~ /\G -s \s+ qq \s* (\() ((?:$qq_paren)+?) (\)) /cgox) { }
0 0 elsif ($string =~ /\G -s \s+ qq \s* (\{) ((?:$qq_brace)+?) (\}) /cgox) { }
0 0 elsif ($string =~ /\G -s \s+ qq \s* (\[) ((?:$qq_bracket)+?) (\]) /cgox) { }
0 0 elsif ($string =~ /\G -s \s+ qq \s* (\<) ((?:$qq_angle)+?) (\>) /cgox) { }
0 0 elsif ($string =~ /\G -s \s+ qq \s* (\S) ((?:$qq_char)+?) (\1) /cgox) { }
0 0 elsif ($string =~ /\G -s \s+ \s* (\') ((?:\\\'|\\\\|$q_char)+?) (\') /cgox) { }
0 0 elsif ($string =~ /\G -s \s+ q \s* (\#) ((?:\\\#|\\\\|$q_char)+?) (\#) /cgox) { }
0 0 elsif ($string =~ /\G -s \s+ q \s* (\() ((?:\\\)|\\\\|$q_paren)+?) (\)) /cgox) { }
0 0 elsif ($string =~ /\G -s \s+ q \s* (\{) ((?:\\\}|\\\\|$q_brace)+?) (\}) /cgox) { }
0 0 elsif ($string =~ /\G -s \s+ q \s* (\[) ((?:\\\]|\\\\|$q_bracket)+?) (\]) /cgox) { }
0 0 elsif ($string =~ /\G -s \s+ q \s* (\<) ((?:\\\>|\\\\|$q_angle)+?) (\>) /cgox) { }
0 0 elsif ($string =~ /\G -s \s+ q \s* (\S) ((?:\\\1|\\\\|$q_char)+?) (\1) /cgox) { }
0 0 elsif ($string =~ /\G -s \s* (\$ \w+(?: ::\w+)* (?: (?: ->)? (?: [\$\@\%\&\*]\* | \$\#\* | \( (?:$qq_paren)*? \) | [\@\%\*]? \{ (?:$qq_brace)+? \} | [\@\%]? \[ (?:$qq_bracket)+? \] ) )*) /cgox) { }
0 0 elsif ($string =~ /\G -s \s* \( ((?:$qq_paren)*?) \) /cgox) { }
0 0 elsif ($string =~ /\G -s (?= \s+ [a-z]+) /cgox) { }
0 0 elsif ($string =~ /\G -s \s+ (\w+) /cgox) { }
0 0 elsif ($string =~ /\G \b bytes::length (?= \s+[A-Za-z_]|\s*['"`\$\@\&\*\(]) /cgox) { }
0 0 elsif ($string =~ /\G \b bytes::chr (?= \s+[A-Za-z_]|\s*['"`\$\@\&\*\(]) /cgox) { }
0 0 elsif ($string =~ /\G \b chr (?= \s+[A-Za-z_]|\s*['"`\$\@\&\*\(]) /cgox) { }
0 0 elsif ($string =~ /\G \b bytes::ord (?= \s+[A-Za-z_]|\s*['"`\$\@\&\*\(]) /cgox) { }
0 0 elsif ($string =~ /\G \b ord (?= \s+[A-Za-z_]|\s*['"`\$\@\&\*\(]) /cgox) { }
0 0 elsif ($string =~ /\G \b glob (?= \s+[A-Za-z_]|\s*['"`\$\@\&\*\(]) /cgox) { }
0 0 elsif ($string =~ /\G \b lc \b /cgox) { }
0 0 elsif ($string =~ /\G \b lcfirst \b /cgox) { }
0 0 elsif ($string =~ /\G \b uc \b /cgox) { }
0 0 elsif ($string =~ /\G \b ucfirst \b /cgox) { }
0 0 elsif ($string =~ /\G \b fc \b /cgox) { }
0 0 elsif ($string =~ /\G -s \b /cgox) { }
0 0 elsif ($string =~ /\G \b bytes::length \b /cgox) { }
0 0 elsif ($string =~ /\G \b bytes::chr \b /cgox) { }
0 0 elsif ($string =~ /\G \b chr \b /cgox) { }
0 0 elsif ($string =~ /\G \b bytes::ord \b /cgox) { }
0 0 elsif ($string =~ /\G \b ord \b /cgox) { }
0 0 elsif ($string =~ /\G \b glob \b /cgox) { }
0 0 elsif ($string =~ /\G \b reverse \b /cgox) { }
0 0 elsif ($string =~ /\G \b getc \b /cgox) { }
0 0 elsif ($string =~ /\G \b (split) \b (?! \s* => ) /cgox) { }
0 0 elsif ($string =~ /\G \b (qq) \b /cgox) { }
0 0 elsif ($string =~ /\G \b (qx) \b /cgox) { }
0 0 elsif ($string =~ /\G \b (q) \b /cgox) { }
0 0 elsif ($string =~ /\G (?
0 0 elsif ($string =~ /\G (\") ((?:$qq_char)*?) (\") /cgox) { }
0 0 elsif ($string =~ /\G (\`) ((?:$qq_char)*?) (\`) /cgox) { }
0 0 elsif ($string =~ /\G ( <<= | <=> | <= | < ) (?= \s* [A-Za-z_0-9'"`\$\@\&\*\(\+\-] )/cgox) { }
0 0 elsif ($string =~ /\G (<[\$]?[A-Za-z_][A-Za-z_0-9]*>) /cgox) { }
0 0 elsif ($string =~ /\G < ((?:$q_char)+?) > /cgox) { }
0 0 elsif ($string =~ /\G ( << \s* ) (?= [0-9\$\@\&] ) /cgox) { }
0 0 elsif ($string =~ /\G ( << '([a-zA-Z_0-9]*)' ) /cgox) { }
0 0 elsif ($string =~ /\G ( << \\([a-zA-Z_0-9]+) ) /cgox) { }
0 0 elsif ($string =~ /\G ( << "([a-zA-Z_0-9]*)" ) /cgox) { }
0 0 elsif ($string =~ /\G ( << ([a-zA-Z_0-9]+) ) /cgox) { }
0 0 elsif ($string =~ /\G ( << `([a-zA-Z_0-9]*)` ) /cgox) { }
0 0 elsif ($string =~ /\G ( -- | \+\+ | [\)\}\]] ) /cgox) { }
0 0 elsif ($string =~ /\G ( \.\.\. ) /cgox) { }
0 0 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) { }
0 0 elsif ($string =~ /\G ($q_char) /cgox) { }
2093 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) { }
2116 0 0 if ($string =~ /\G (\#) ((?:$qq_char)*?) (\#) /cgox) { }
2119 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 ([*\-:?\\^|]) ((?:$qq_char)*?) (\1) /cgox) { }
0 0 elsif ($string =~ /\G (\S) ((?:$qq_char)*?) (\1) /cgox) { }
2133 0 0 if ($string =~ /\G (\#) ((?:$qq_char)*?) (\#) ([imosxpadlubB]*) /cgox) { }
2136 0 0 if ($string =~ /\G (\s+|\#.*) /cgox) { }
0 0 elsif ($string =~ /\G (\() ((?:$qq_paren)*?) (\)) ([imosxpadlubB]*) /cgox) { }
0 0 elsif ($string =~ /\G (\{) ((?:$qq_brace)*?) (\}) ([imosxpadlubB]*) /cgox) { }
0 0 elsif ($string =~ /\G (\[) ((?:$qq_bracket)*?) (\]) ([imosxpadlubB]*) /cgox) { }
0 0 elsif ($string =~ /\G (\<) ((?:$qq_angle)*?) (\>) ([imosxpadlubB]*) /cgox) { }
0 0 elsif ($string =~ /\G (\') ((?:$qq_char)*?) (\') ([imosxpadlubB]*) /cgox) { }
0 0 elsif ($string =~ /\G ([*\-:?\\^|]) ((?:$qq_char)*?) (\1) ([imosxpadlubB]*) /cgox) { }
0 0 elsif ($string =~ /\G (\S) ((?:$qq_char)*?) (\1) ([imosxpadlubB]*) /cgox) { }
2151 0 0 if ($string =~ /\G (\#) ((?:\\\#|\\\\|$q_char)*?) (\#) /cgox) { }
2154 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 ([*\-:?\\^|]) ((?:$q_char)*?) (\1) /cgox) { }
0 0 elsif ($string =~ /\G (\S) ((?:\\\\|\\\1| $q_char)*?) (\1) /cgox) { }
2168 0 0 if ($string =~ /\G (\#) ((?:$qq_char)*?) (\#) ([cgimosxpadlubB]*) /cgox) { }
2171 0 0 if ($string =~ /\G (\s+|\#.*) /cgox) { }
0 0 elsif ($string =~ /\G (\() ((?:$qq_paren)*?) (\)) ([cgimosxpadlubB]*) /cgox) { }
0 0 elsif ($string =~ /\G (\{) ((?:$qq_brace)*?) (\}) ([cgimosxpadlubB]*) /cgox) { }
0 0 elsif ($string =~ /\G (\[) ((?:$qq_bracket)*?) (\]) ([cgimosxpadlubB]*) /cgox) { }
0 0 elsif ($string =~ /\G (\<) ((?:$qq_angle)*?) (\>) ([cgimosxpadlubB]*) /cgox) { }
0 0 elsif ($string =~ /\G (\') ((?:$qq_char)*?) (\') ([cgimosxpadlubB]*) /cgox) { }
0 0 elsif ($string =~ /\G ([*\-:?\\^|]) ((?:$qq_char)*?) (\1) ([cgimosxpadlubB]*) /cgox) { }
0 0 elsif ($string =~ /\G (\S) ((?:$qq_char)*?) (\1) ([cgimosxpadlubB]*) /cgox) { }
2188 0 0 if ($string =~ /\G (\\\\) /cgox) { }
0 0 elsif ($string =~ /\G (\\\') /cgox) { }
0 0 elsif ($string =~ /\G \' /cgox) { }
0 0 elsif ($string =~ /\G ($q_char) /cgox) { }
2200 0 0 if ($string =~ /\G (\\\\) /cgox) { }
0 0 elsif ($string =~ /\G (\\\") /cgox) { }
0 0 elsif ($string =~ /\G \" /cgox) { }
0 0 elsif ($string =~ /\G ($q_char) /cgox) { }
2212 0 0 if ($string =~ /\G (\\\\) /cgox) { }
0 0 elsif ($string =~ m[\G (\\/) ]cgox) { }
0 0 elsif ($string =~ m[\G / ([cgimosxpadlubB]*) ]cgox) { }
0 0 elsif ($string =~ /\G ($q_char) /cgox) { }
2224 0 0 if ($string =~ /\G (\#) ((?:$qq_char)*?) (\#) /cgox) { }
2230 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) ((?:$qq_char)*?) (\1) /cgox) { }
2244 0 0 if ($string =~ /\G (\#) ((?:$qq_char)*?) (\#) /cgox) { }
2250 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 (\') ((?:$qq_char)*?) (\') /cgox) { }
0 0 elsif ($string =~ /\G (\S) ((?:$qq_char)*?) (\1) /cgox) { }
2265 0 0 if ($string =~ /\G (\#) ((?:\\\#|\\\\|$q_char)*?) (\#) /cgox) { }
2271 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| $q_char)*?) (\1) /cgox) { }
2313 0 0 if ($here_script eq '')
2317 0 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
2334 0 0 if ($here_script eq '')
2338 0 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
2355 0 0 if ($here_script eq '')
2359 0 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
2376 0 0 if ($here_script eq '')
2380 0 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
2397 0 0 if ($here_script eq '')
2401 0 0 if ($here_script =~ s/\A (.*?) \n $delimiter \n //msx) { }
2472 0 0 if ($char eq '.') { }
2473 0 0 if ($modifier =~ /s/) { }
2510 0 0 if ($modifier =~ tr/Bb//d) { }
2511 0 0 if ($variable eq '') { }
2519 0 0 if ($variable eq '') { }
2541 0 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) { }
2561 0 0 unless ($charclass =~ /\Q$char\E/msx)
2608 0 0 if ($char[$i] eq '\\L' and $char[$i + 1] eq '\\u') { }
0 0 elsif ($char[$i] eq '\\U' and $char[$i + 1] eq '\\l') { }
0 0 elsif ($char[$i] =~ /\A \\o \{ ([0-7]+) \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\x \{ ([0-9A-Fa-f]+) \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\ ( N\{ ([^0-9\}][^\}]*) \} ) \z/mosx) { }
2632 0 0 if (do { $char[$i] =~ /\A ([<>]) \z/mosx }) { }
0 0 elsif ($char[$i] eq '\\u') { }
0 0 elsif ($char[$i] eq '\\l') { }
0 0 elsif ($char[$i] eq '\\U') { }
0 0 elsif ($char[$i] eq '\\L') { }
0 0 elsif ($char[$i] eq '\\F') { }
0 0 elsif ($char[$i] eq '\\Q') { }
0 0 elsif ($char[$i] eq '\\E') { }
0 0 elsif ($char[$i] eq '\\Q') { }
0 0 elsif ($char[$i] eq '\\E') { }
0 0 elsif ($char[$i] =~ /\A \$ 0 \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ \{ \s* 0 \s* \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$\$ \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ ([1-9][0-9]*) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ \{ \s* ([1-9][0-9]*) \s* \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ ( \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) ( \[ (?:$qq_bracket)*? \] ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ ( \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) ( \{ (?:$qq_brace)*? \} ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ ( \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A ( \$` | \$\{`\} | \$ \s* PREMATCH | \$ \s* \{ \s* PREMATCH \s* \} | \$ \s* \{\^PREMATCH\} ) \z/cgmosx) { }
0 0 elsif ($char[$i] =~ /\A ( \$& | \$\{&\} | \$ \s* MATCH | \$ \s* \{ \s* MATCH \s* \} | \$ \s* \{\^MATCH\} ) \z/cgmosx) { }
0 0 elsif ($char[$i] =~ /\A ( \$ \s* POSTMATCH | \$ \s* \{ \s* POSTMATCH \s* \} | \$ \s* \{\^POSTMATCH\} ) \z/cgmosx) { }
0 0 elsif ($char[$i] =~ /\A \$ \s* \{ \s* [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* \s* \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ \s* \{ \s* ( .+ ) \s* \} \z/mosx) { }
2644 0 0 if ($right_e < $left_e)
2686 0 0 if ($right_e < $left_e) { }
2696 0 0 if (++$i > $#char)
2699 0 0 if ($char[$i] eq '\\E')
2767 0 0 if ($left_e > $right_e)
2783 0 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{'>'}) { }
2800 0 0 unless ($octet{$char})
2811 0 0 if ($octet =~ /\A (['\\]) \z/mosx)
2849 0 0 if ($char[$i] eq '\\L' and $char[$i + 1] eq '\\u') { }
0 0 elsif ($char[$i] eq '\\U' and $char[$i + 1] eq '\\l') { }
0 0 elsif ($char[$i] =~ /\A \\o \{ ([0-7]+) \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\x \{ ([0-9A-Fa-f]+) \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\ ( N\{ ([^0-9\}][^\}]*) \} ) \z/mosx) { }
2873 0 0 if (do { $char[$i] =~ /\A ([<>]) \z/mosx }) { }
0 0 elsif ($char[$i] eq '\\u') { }
0 0 elsif ($char[$i] eq '\\l') { }
0 0 elsif ($char[$i] eq '\\U') { }
0 0 elsif ($char[$i] eq '\\L') { }
0 0 elsif ($char[$i] eq '\\F') { }
0 0 elsif ($char[$i] eq '\\Q') { }
0 0 elsif ($char[$i] eq '\\E') { }
0 0 elsif ($char[$i] eq '\\Q') { }
0 0 elsif ($char[$i] eq '\\E') { }
0 0 elsif ($char[$i] =~ /\A \$ 0 \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ \{ \s* 0 \s* \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$\$ \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ ([1-9][0-9]*) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ \{ \s* ([1-9][0-9]*) \s* \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ ( \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) ( \[ (?:$qq_bracket)*? \] ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ ( \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) ( \{ (?:$qq_brace)*? \} ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ ( \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A ( \$` | \$\{`\} | \$ \s* PREMATCH | \$ \s* \{ \s* PREMATCH \s* \} | \$ \s* \{\^PREMATCH\} ) \z/cgmosx) { }
0 0 elsif ($char[$i] =~ /\A ( \$& | \$\{&\} | \$ \s* MATCH | \$ \s* \{ \s* MATCH \s* \} | \$ \s* \{\^MATCH\} ) \z/cgmosx) { }
0 0 elsif ($char[$i] =~ /\A ( \$ \s* POSTMATCH | \$ \s* \{ \s* POSTMATCH \s* \} | \$ \s* \{\^POSTMATCH\} ) \z/cgmosx) { }
0 0 elsif ($char[$i] =~ /\A \$ \s* \{ \s* [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* \s* \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ \s* \{ \s* ( .+ ) \s* \} \z/mosx) { }
2878 0 0 if ($right_e < $left_e)
2907 0 0 if ($right_e < $left_e) { }
2917 0 0 if (++$i > $#char)
2920 0 0 if ($char[$i] eq '\\E')
2988 0 0 if ($left_e > $right_e)
3002 0 0 if ($modifier =~ /([adlu])/mosx)
3005 0 0 if ($filename ne 'Char/Latin1.pm')
3016 0 0 if ($string eq '') { }
0 0 elsif ($modifier =~ tr/Bb//d) { }
3026 0 0 if ($delimiter =~ / [\@:] /mosx)
3029 0 0 if (not $octet{')'}) { }
0 0 elsif (not $octet{'}'}) { }
0 0 elsif (not $octet{']'}) { }
0 0 elsif (not $octet{'>'}) { }
3047 0 0 unless ($octet{$char})
3056 0 0 if ($ope =~ /\A m? \z/mosx and $delimiter eq '?') { }
3064 0 0 $modifier =~ /i/mosx ? :
3094 0 0 if ($delimiter =~ / [\@:] /mosx)
3096 0 0 if (not $octet{')'}) { }
0 0 elsif (not $octet{'}'}) { }
0 0 elsif (not $octet{']'}) { }
0 0 elsif (not $octet{'>'}) { }
3114 0 0 unless ($octet{$char})
3128 0 0 if ($char[$i] eq '\\L' and $char[$i + 1] eq '\\u') { }
0 0 elsif ($char[$i] eq '\\U' and $char[$i + 1] eq '\\l') { }
0 0 elsif ($char[$i] =~ /\A \\o \{ ([0-7]+) \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\x \{ ([0-9A-Fa-f]+) \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\ (N) ( \{ ([^0-9\}][^\}]*) \} ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\ (p) ( \{ ([^0-9\}][^\}]*) \} ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\ (P) ( \{ ([^0-9\}][^\}]*) \} ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\ ( [pPX] ) \z/mosx) { }
3167 0 0 if (do { $char[$i] =~ /\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx }) { }
0 0 elsif ($char[$i] eq '[') { }
0 0 elsif ($char[$i] eq '[^') { }
0 0 elsif (my $char = character_class($char[$i], $modifier)) { }
0 0 elsif ($ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx and &Char::Elatin1::uc($char[$i]) ne &Char::Elatin1::fc($char[$i])) { }
0 0 elsif ($char[$i] =~ /\A [<>] \z/mosx) { }
0 0 elsif ($char[$i] eq '\\u') { }
0 0 elsif ($char[$i] eq '\\l') { }
0 0 elsif ($char[$i] eq '\\U') { }
0 0 elsif ($char[$i] eq '\\L') { }
0 0 elsif ($char[$i] eq '\\F') { }
0 0 elsif ($char[$i] eq '\\Q') { }
0 0 elsif ($char[$i] eq '\\E') { }
0 0 elsif ($char[$i] eq '\\Q') { }
0 0 elsif ($char[$i] eq '\\E') { }
0 0 elsif ($char[$i] =~ /\A \$ 0 \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ \{ \s* 0 \s* \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$\$ \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ ([1-9][0-9]*) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ \{ \s* ([1-9][0-9]*) \s* \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ ( \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) ( \[ (?:$qq_bracket)*? \] ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ ( \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) ( \{ (?:$qq_brace)*? \} ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ ( \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A ( \$` | \$\{`\} | \$ \s* PREMATCH | \$ \s* \{ \s* PREMATCH \s* \} | \$ \s* \{\^PREMATCH\} ) \z/cgmosx) { }
0 0 elsif ($char[$i] =~ /\A ( \$& | \$\{&\} | \$ \s* MATCH | \$ \s* \{ \s* MATCH \s* \} | \$ \s* \{\^MATCH\} ) \z/cgmosx) { }
0 0 elsif ($char[$i] =~ /\A ( \$ \s* POSTMATCH | \$ \s* \{ \s* POSTMATCH \s* \} | \$ \s* \{\^POSTMATCH\} ) \z/cgmosx) { }
0 0 elsif ($char[$i] =~ /\A \$ \s* \{ ( \s* [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* \s* ) \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ \s* \{ \s* ( .+ ) \s* \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A [\$\@].+ /mosx) { }
0 0 elsif ($i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx) { }
3172 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 $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 $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 $q_char \z/mosx) { }
3190 0 0 if ($char[$i + 1] eq ']')
3195 0 0 if (++$i > $#char)
3198 0 0 if ($char[$i] eq ']')
3202 0 0 if (grep(/\A [\$\@]/mosx, @char[$left + 1 .. $right - 1]) >= 1) { }
3222 0 0 if ($char[$i + 1] eq ']')
3227 0 0 if (++$i > $#char)
3230 0 0 if ($char[$i] eq ']')
3234 0 0 if (grep(/\A [\$\@]/mosx, @char[$left + 1 .. $right - 1]) >= 1) { }
3254 0 0 if (CORE::length &Char::Elatin1::fc($char[$i]) == 1) { }
3264 0 0 if ($right_e < $left_e)
3293 0 0 if ($right_e < $left_e) { }
3303 0 0 if (++$i > $#char)
3306 0 0 if ($char[$i] eq '\\E')
3316 0 0 if ($ignorecase)
3321 0 0 if ($ignorecase)
3334 0 0 if ($ignorecase)
3340 0 0 if ($ignorecase)
3348 0 0 if ($ignorecase)
3356 0 0 if ($ignorecase)
3364 0 0 if ($ignorecase)
3371 0 0 if ($ignorecase) { }
3381 0 0 if ($ignorecase) { }
3391 0 0 if ($ignorecase) { }
3401 0 0 if ($ignorecase)
3409 0 0 if ($ignorecase)
3417 0 0 if ($ignorecase)
3424 0 0 if ($char[$i - 1] =~ /\A (?:\\[0-7]{2,3}|\\x[0-9-A-Fa-f]{1,2}) \z/mosx) { }
0 0 elsif ($ope =~ /\A m? \z/mosx and $delimiter eq '?') { }
3428 0 0 if ($char[$i] eq '{') { }
3443 0 0 if ($left_e > $right_e)
3444 0 0 if ($ope =~ /\A m? \z/mosx and $delimiter eq '?') { }
3451 0 0 if ($ope =~ /\A m? \z/mosx and $delimiter eq '?') { }
3466 0 0 if ($stuff =~ /\A [\$\@] /mosx)
3473 0 0 if $char eq $delimiter
3474 0 0 if $char eq $end_delimiter
3475 0 0 unless ($octet{$char})
3490 0 0 if ($modifier =~ /([adlu])/mosx)
3493 0 0 if ($filename ne 'Char/Latin1.pm')
3504 0 0 if ($string eq '') { }
0 0 elsif ($modifier =~ tr/Bb//d) { }
3527 0 0 $modifier =~ /i/mosx ? :
3540 0 0 if (do { $char[$i] eq '[' }) { }
0 0 elsif ($char[$i] eq '[^') { }
0 0 elsif ($char[$i] =~ m(\A [\$\@/\\] \z)mosx) { }
0 0 elsif (my $char = character_class($char[$i], $modifier)) { }
0 0 elsif ($ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx and &Char::Elatin1::uc($char[$i]) ne &Char::Elatin1::fc($char[$i])) { }
0 0 elsif ($i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx) { }
3546 0 0 if ($char[$i + 1] eq ']')
3550 0 0 if (++$i > $#char)
3553 0 0 if ($char[$i] eq ']')
3568 0 0 if ($char[$i + 1] eq ']')
3572 0 0 if (++$i > $#char)
3575 0 0 if ($char[$i] eq ']')
3599 0 0 if (CORE::length &Char::Elatin1::fc($char[$i]) == 1) { }
3609 0 0 if ($char[$i - 1] =~ /\A [\x00-\xFF] \z/mosx) { }
3639 0 0 if (do { $char[$i] eq '\\\\' }) { }
0 0 elsif ($char[$i] =~ m(\A [\$\@/\\] \z)mosx) { }
3665 0 0 if ($modifier =~ /([adlu])/mosx)
3668 0 0 if ($filename ne 'Char/Latin1.pm')
3679 0 0 if ($string eq '') { }
0 0 elsif ($modifier =~ tr/Bb//d) { }
3689 0 0 if ($delimiter =~ / [\@:] /mosx)
3692 0 0 if (not $octet{')'}) { }
0 0 elsif (not $octet{'}'}) { }
0 0 elsif (not $octet{']'}) { }
0 0 elsif (not $octet{'>'}) { }
3710 0 0 unless ($octet{$char})
3723 0 0 $modifier =~ /i/mosx ? :
3757 0 0 if ($delimiter =~ / [\@:] /mosx)
3759 0 0 if (not $octet{')'}) { }
0 0 elsif (not $octet{'}'}) { }
0 0 elsif (not $octet{']'}) { }
0 0 elsif (not $octet{'>'}) { }
3777 0 0 unless ($octet{$char})
3794 0 0 if ($char[$i] eq '\\L' and $char[$i + 1] eq '\\u') { }
0 0 elsif ($char[$i] eq '\\U' and $char[$i + 1] eq '\\l') { }
0 0 elsif ($char[$i] =~ /\A \\o \{ ([0-7]+) \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\x \{ ([0-9A-Fa-f]+) \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\ (N) ( \{ ([^0-9\}][^\}]*) \} ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\ (p) ( \{ ([^0-9\}][^\}]*) \} ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\ (P) ( \{ ([^0-9\}][^\}]*) \} ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\ ( [pPX] ) \z/mosx) { }
3833 0 0 if (do { $char[$i] =~ /\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx }) { }
0 0 elsif ($char[$i] eq '[') { }
0 0 elsif ($char[$i] eq '[^') { }
0 0 elsif (my $char = character_class($char[$i], $modifier)) { }
0 0 elsif ($ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx and &Char::Elatin1::uc($char[$i]) ne &Char::Elatin1::fc($char[$i])) { }
0 0 elsif ($char[$i] =~ /\A [<>] \z/mosx) { }
0 0 elsif ($char[$i] eq '\\u') { }
0 0 elsif ($char[$i] eq '\\l') { }
0 0 elsif ($char[$i] eq '\\U') { }
0 0 elsif ($char[$i] eq '\\L') { }
0 0 elsif ($char[$i] eq '\\F') { }
0 0 elsif ($char[$i] eq '\\Q') { }
0 0 elsif ($char[$i] eq '\\E') { }
0 0 elsif ($char[$i] eq '\\Q') { }
0 0 elsif ($char[$i] eq '\\E') { }
0 0 elsif ($char[$i] =~ /\A \\ \s* 0 \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\g \s* \{ \s* - \s* ([1-9][0-9]*) \s* \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\g \s* \{ \s* ([1-9][0-9]*) \s* \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\g \s* ([1-9][0-9]*) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\ \s* ([1-9][0-9]*) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ 0 \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ \{ \s* 0 \s* \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$\$ \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ ([1-9][0-9]*) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ \{ \s* ([1-9][0-9]*) \s* \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ ( \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) ( \[ (?:$qq_bracket)*? \] ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ ( \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) ( \{ (?:$qq_brace)*? \} ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ ( \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A ( \$` | \$\{`\} | \$ \s* PREMATCH | \$ \s* \{ \s* PREMATCH \s* \} | \$ \s* \{\^PREMATCH\} ) \z/cgmosx) { }
0 0 elsif ($char[$i] =~ /\A ( \$& | \$\{&\} | \$ \s* MATCH | \$ \s* \{ \s* MATCH \s* \} | \$ \s* \{\^MATCH\} ) \z/cgmosx) { }
0 0 elsif ($char[$i] =~ /\A ( \$ \s* POSTMATCH | \$ \s* \{ \s* POSTMATCH \s* \} | \$ \s* \{\^POSTMATCH\} ) \z/cgmosx) { }
0 0 elsif ($char[$i] =~ /\A \$ \s* \{ ( \s* [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* \s* ) \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ \s* \{ \s* ( .+ ) \s* \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A [\$\@].+ /mosx) { }
0 0 elsif ($i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx) { }
3838 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 $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 $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 $q_char \z/mosx) { }
3852 0 0 if ($char[$i + 1] eq ']')
3856 0 0 if (++$i > $#char)
3859 0 0 if ($char[$i] eq ']')
3863 0 0 if (grep(/\A [\$\@]/mosx, @char[$left + 1 .. $right - 1]) >= 1) { }
3879 0 0 if ($char[$i + 1] eq ']')
3883 0 0 if (++$i > $#char)
3886 0 0 if ($char[$i] eq ']')
3890 0 0 if (grep(/\A [\$\@]/mosx, @char[$left + 1 .. $right - 1]) >= 1) { }
3910 0 0 if (CORE::length &Char::Elatin1::fc($char[$i]) == 1) { }
3920 0 0 if ($right_e < $left_e)
3949 0 0 if ($right_e < $left_e) { }
3959 0 0 if (++$i > $#char)
3962 0 0 if ($char[$i] eq '\\E')
4002 0 0 if ($ignorecase)
4007 0 0 if ($ignorecase)
4020 0 0 if ($ignorecase)
4026 0 0 if ($ignorecase)
4034 0 0 if ($ignorecase)
4042 0 0 if ($ignorecase)
4050 0 0 if ($ignorecase)
4057 0 0 if ($ignorecase) { }
4067 0 0 if ($ignorecase) { }
4077 0 0 if ($ignorecase) { }
4087 0 0 if ($ignorecase)
4095 0 0 if ($ignorecase)
4103 0 0 if ($ignorecase)
4110 0 0 if ($char[$i - 1] =~ /\A (?:\\[0-7]{2,3}|\\x[0-9-A-Fa-f]{1,2}) \z/mosx) { }
4121 0 0 if ($left_e > $right_e)
4135 0 0 if ($modifier =~ /([adlu])/mosx)
4138 0 0 if ($filename ne 'Char/Latin1.pm')
4149 0 0 if ($string eq '') { }
0 0 elsif ($modifier =~ tr/Bb//d) { }
4172 0 0 $modifier =~ /i/mosx ? :
4185 0 0 if (do { $char[$i] eq '[' }) { }
0 0 elsif ($char[$i] eq '[^') { }
0 0 elsif ($char[$i] =~ m(\A [\$\@/\\] \z)mosx) { }
0 0 elsif (my $char = character_class($char[$i], $modifier)) { }
0 0 elsif ($ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx and &Char::Elatin1::uc($char[$i]) ne &Char::Elatin1::fc($char[$i])) { }
0 0 elsif ($i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx) { }
4191 0 0 if ($char[$i + 1] eq ']')
4195 0 0 if (++$i > $#char)
4198 0 0 if ($char[$i] eq ']')
4213 0 0 if ($char[$i + 1] eq ']')
4217 0 0 if (++$i > $#char)
4220 0 0 if ($char[$i] eq ']')
4244 0 0 if (CORE::length &Char::Elatin1::fc($char[$i]) == 1) { }
4254 0 0 if ($char[$i - 1] =~ /\A [\x00-\xFF] \z/mosx) { }
4284 0 0 if (do { $char[$i] eq '\\\\' }) { }
0 0 elsif ($char[$i] =~ m(\A [\$\@/\\] \z)mosx) { }
4313 0 0 if (do { $char[$i] =~ /\A \\\\ \z/mosx }) { }
0 0 elsif ($char[$i] =~ m(\A [\$\@/\\] \z)mosx) { }
4337 0 0 if ($modifier =~ /([adlu])/mosx)
4340 0 0 if ($filename ne 'Char/Latin1.pm')
4348 0 0 if ($variable eq '')
4374 0 0 if ($variable =~ s/\A \( \s* ( (?: local \b | my \b | our \b | state \b )? .+ ) \) \z/$1/mosx)
4385 0 0 if ($e_modifier >= 1) { }
4390 0 0 if ($delimiter2 eq q[']) { }
4401 0 0 if ($r_modifier) { }
4402 0 0 if (do { $modifier =~ /g/mosx }) { }
4407 0 0 $delimiter1 eq q['] ? :
4426 0 0 $delimiter1 eq q['] ? :
4443 0 0 if ($bind_operator =~ / !~ /mosx)
4450 0 0 if (do { $modifier =~ /g/mosx }) { }
4455 0 0 $delimiter1 eq q['] ? :
0 0 $bind_operator =~ / !~ /mosx ? :
4477 0 0 $bind_operator =~ / =~ /mosx ? :
0 0 $delimiter1 eq q['] ? :
4502 0 0 if ($my ne '')
4521 0 0 if ($modifier =~ /([adlu])/mosx)
4524 0 0 if ($filename ne 'Char/Latin1.pm')
4535 0 0 if ($modifier =~ tr/Bb//d)
4539 0 0 $modifier =~ /i/mosx ? :
4573 0 0 if ($char[$i] eq '\\L' and $char[$i + 1] eq '\\u') { }
0 0 elsif ($char[$i] eq '\\U' and $char[$i + 1] eq '\\l') { }
0 0 elsif ($char[$i] =~ /\A \\o \{ ([0-7]+) \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\x \{ ([0-9A-Fa-f]+) \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\ (N) ( \{ ([^0-9\}][^\}]*) \} ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\ (p) ( \{ ([^0-9\}][^\}]*) \} ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\ (P) ( \{ ([^0-9\}][^\}]*) \} ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \\ ( [pPX] ) \z/mosx) { }
4612 0 0 if (do { $char[$i] =~ /\A (?: \\ [0-7]{2,3} | \\x [0-9A-Fa-f]{1,2}) \z/mosx }) { }
0 0 elsif ($char[$i] eq '[') { }
0 0 elsif ($char[$i] eq '[^') { }
0 0 elsif (my $char = character_class($char[$i], $modifier)) { }
0 0 elsif ($char[$i] eq '^' and not $modifier =~ /m/mosx) { }
0 0 elsif ($ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx and &Char::Elatin1::uc($char[$i]) ne &Char::Elatin1::fc($char[$i])) { }
0 0 elsif ($char[$i] =~ /\A ([<>]) \z/mosx) { }
0 0 elsif ($char[$i] eq '\\u') { }
0 0 elsif ($char[$i] eq '\\l') { }
0 0 elsif ($char[$i] eq '\\U') { }
0 0 elsif ($char[$i] eq '\\L') { }
0 0 elsif ($char[$i] eq '\\F') { }
0 0 elsif ($char[$i] eq '\\Q') { }
0 0 elsif ($char[$i] eq '\\E') { }
0 0 elsif ($char[$i] eq '\\Q') { }
0 0 elsif ($char[$i] eq '\\E') { }
0 0 elsif ($char[$i] =~ /\A \$ 0 \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ \{ \s* 0 \s* \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$\$ \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ ([1-9][0-9]*) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ \{ \s* ([1-9][0-9]*) \s* \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ ( \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) ( \[ (?:$qq_bracket)*? \] ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ ( \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) ( \{ (?:$qq_brace)*? \} ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ ( \$ [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* ) \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A ( \$` | \$\{`\} | \$ \s* PREMATCH | \$ \s* \{ \s* PREMATCH \s* \} | \$ \s* \{\^PREMATCH\} ) \z/cgmosx) { }
0 0 elsif ($char[$i] =~ /\A ( \$& | \$\{&\} | \$ \s* MATCH | \$ \s* \{ \s* MATCH \s* \} | \$ \s* \{\^MATCH\} ) \z/cgmosx) { }
0 0 elsif ($char[$i] =~ /\A ( \$ \s* POSTMATCH | \$ \s* \{ \s* POSTMATCH \s* \} | \$ \s* \{\^POSTMATCH\} ) \z/cgmosx) { }
0 0 elsif ($char[$i] =~ /\A \$ \s* \{ ( \s* [A-Za-z_][A-Za-z0-9_]*(?: ::[A-Za-z_][A-Za-z0-9_]*)* \s* ) \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A \$ \s* \{ \s* ( .+ ) \s* \} \z/mosx) { }
0 0 elsif ($char[$i] =~ /\A [\$\@].+ /mosx) { }
0 0 elsif ($i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx) { }
4617 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 $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 $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 $q_char \z/mosx) { }
4631 0 0 if ($char[$i + 1] eq ']')
4635 0 0 if (++$i > $#char)
4638 0 0 if ($char[$i] eq ']')
4642 0 0 if (grep(/\A [\$\@]/mosx, @char[$left + 1 .. $right - 1]) >= 1) { }
4658 0 0 if ($char[$i + 1] eq ']')
4662 0 0 if (++$i > $#char)
4665 0 0 if ($char[$i] eq ']')
4669 0 0 if (grep(/\A [\$\@]/mosx, @char[$left + 1 .. $right - 1]) >= 1) { }
4706 0 0 if (CORE::length &Char::Elatin1::fc($char[$i]) == 1) { }
4716 0 0 if ($right_e < $left_e)
4745 0 0 if ($right_e < $left_e) { }
4755 0 0 if (++$i > $#char)
4758 0 0 if ($char[$i] eq '\\E')
4768 0 0 if ($ignorecase)
4773 0 0 if ($ignorecase)
4786 0 0 if ($ignorecase)
4792 0 0 if ($ignorecase)
4800 0 0 if ($ignorecase)
4808 0 0 if ($ignorecase)
4816 0 0 if ($ignorecase)
4823 0 0 if ($ignorecase) { }
4833 0 0 if ($ignorecase) { }
4843 0 0 if ($ignorecase) { }
4853 0 0 if ($ignorecase)
4861 0 0 if ($ignorecase)
4869 0 0 if ($ignorecase)
4876 0 0 if ($char[$i - 1] =~ /\A (?:\\[0-7]{2,3}|\\x[0-9-A-Fa-f]{1,2}) \z/mosx) { }
4886 0 0 if ($left_e > $right_e)
4900 0 0 if ($modifier =~ /([adlu])/mosx)
4903 0 0 if ($filename ne 'Char/Latin1.pm')
4914 0 0 if ($modifier =~ tr/Bb//d)
4918 0 0 $modifier =~ /i/mosx ? :
4930 0 0 if (do { $char[$i] eq '[' }) { }
0 0 elsif ($char[$i] eq '[^') { }
0 0 elsif (my $char = character_class($char[$i], $modifier)) { }
0 0 elsif ($char[$i] eq '^' and not $modifier =~ /m/mosx) { }
0 0 elsif ($ignorecase and $char[$i] =~ /\A [\x00-\xFF] \z/mosx and &Char::Elatin1::uc($char[$i]) ne &Char::Elatin1::fc($char[$i])) { }
0 0 elsif ($i >= 1 and $char[$i] =~ /\A [\?\+\*\{] \z/mosx) { }
4936 0 0 if ($char[$i + 1] eq ']')
4940 0 0 if (++$i > $#char)
4943 0 0 if ($char[$i] eq ']')
4958 0 0 if ($char[$i + 1] eq ']')
4962 0 0 if (++$i > $#char)
4965 0 0 if ($char[$i] eq ']')
4989 0 0 if (CORE::length &Char::Elatin1::fc($char[$i]) == 1) { }
4999 0 0 if ($char[$i - 1] =~ /\A [\x00-\xFF] \z/mosx) { }