===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
perltidy-20200110/lib/Perl/Tidy/Formatter.pm-8694-                    #        /test/   ? undef
perltidy-20200110/lib/Perl/Tidy/Formatter.pm:8695:                    #      : eval($_) ? 1
perltidy-20200110/lib/Perl/Tidy/Formatter.pm:8696:                    #      : eval($_) ? 1
perltidy-20200110/lib/Perl/Tidy/Formatter.pm-8697-                    #      :            0;
##############################################
perltidy-20200110/t/snippets1.t-146-# breaks at = or at && but not both
perltidy-20200110/t/snippets1.t:147:my $success = ( system("$Config{cc} -o $te $tc $libs $HIDE") == 0 ) && -e $te ? 1 : 0;
perltidy-20200110/t/snippets1.t-148-----------
##############################################
perltidy-20200110/t/snippets1.t-395-my $success =
perltidy-20200110/t/snippets1.t:396:  ( system("$Config{cc} -o $te $tc $libs $HIDE") == 0 ) && -e $te ? 1 : 0;
perltidy-20200110/t/snippets1.t-397-#13...........