===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lcov-1.14/bin/genpng-166-{
lcov-1.14/bin/genpng:167:	eval("use $_[0];");
lcov-1.14/bin/genpng-168-	return $@;
##############################################
lcov-1.14/bin/genhtml-1446-	my $hitcount;			# Count for lines hit
lcov-1.14/bin/genhtml:1447:	my $count;			# Execution count of current line
lcov-1.14/bin/genhtml-1448-	my $negative;			# If set, warn about negative counts
##############################################
lcov-1.14/bin/genhtml-1557-				}
lcov-1.14/bin/genhtml:1558:				# Execution count found, add to structure
lcov-1.14/bin/genhtml-1559-				# Add summary counts
##############################################
lcov-1.14/bin/genhtml-1819-# is a reference to a hash containing the combined mapping in which
lcov-1.14/bin/genhtml:1820:# execution counts are added.
lcov-1.14/bin/genhtml-1821-#
##############################################
lcov-1.14/bin/genhtml-2659-
lcov-1.14/bin/genhtml:2660:	system("mkdir", "-p" ,$dir)
lcov-1.14/bin/genhtml-2661-		and die("ERROR: cannot create directory $dir!\n");
##############################################
lcov-1.14/bin/genhtml-2870-		# Simply copy that file
lcov-1.14/bin/genhtml:2871:		system("cp", $css_filename, "gcov.css")
lcov-1.14/bin/genhtml-2872-			and die("ERROR: cannot copy file $css_filename!\n");
##############################################
lcov-1.14/bin/updateversion.pl-116-	chmod(oct($date[2]), "$filename.new");
lcov-1.14/bin/updateversion.pl:117:	system("mv", "-f", "$filename.new", "$filename");
lcov-1.14/bin/updateversion.pl:118:	system("touch", "$filename", "-t", $date[1]);
lcov-1.14/bin/updateversion.pl-119-}
##############################################
lcov-1.14/bin/updateversion.pl-137-	chmod(oct($date[2]), "$filename.new");
lcov-1.14/bin/updateversion.pl:138:	system("mv", "-f", "$filename.new", "$filename");
lcov-1.14/bin/updateversion.pl:139:	system("touch", "$filename", "-t", $date[1]);
lcov-1.14/bin/updateversion.pl-140-}
##############################################
lcov-1.14/bin/updateversion.pl-158-	chmod(oct($date[2]), "$filename.new");
lcov-1.14/bin/updateversion.pl:159:	system("mv", "-f", "$filename.new", "$filename");
lcov-1.14/bin/updateversion.pl:160:	system("touch", "$filename", "-t", $date[1]);
lcov-1.14/bin/updateversion.pl-161-}
##############################################
lcov-1.14/bin/updateversion.pl-179-	close(IN);
lcov-1.14/bin/updateversion.pl:180:	system("mv", "-f", "$filename.new", "$filename");
lcov-1.14/bin/updateversion.pl:181:	system("touch", "$filename", "-t", $date[1]);
lcov-1.14/bin/updateversion.pl-182-}
##############################################
lcov-1.14/bin/lcov-608-		     ($no_recursion?"\n":" and subdirectories\n"));
lcov-1.14/bin/lcov:609:		@file_list = `find "$current_dir" $maxdepth $follow -name \\*\\.da -type f -o -name \\*\\.gcda -type f 2>/dev/null`;
lcov-1.14/bin/lcov-610-		chomp(@file_list);
##############################################
lcov-1.14/bin/lcov-903-
lcov-1.14/bin/lcov:904:	system(@param) and exit($? >> 8);
lcov-1.14/bin/lcov-905-}
##############################################
lcov-1.14/bin/lcov-1063-	chdir($dir);
lcov-1.14/bin/lcov:1064:	system("tar cfz $file .")
lcov-1.14/bin/lcov-1065-		and die("ERROR: could not create package $file\n");
##############################################
lcov-1.14/bin/lcov-1593-	my $hitcount;			# Count for lines hit
lcov-1.14/bin/lcov:1594:	my $count;			# Execution count of current line
lcov-1.14/bin/lcov-1595-	my $negative;			# If set, warn about negative counts
##############################################
lcov-1.14/bin/lcov-1694-				}
lcov-1.14/bin/lcov:1695:				# Execution count found, add to structure
lcov-1.14/bin/lcov-1696-				# Add summary counts
##############################################
lcov-1.14/bin/lcov-1958-# is a reference to a hash containing the combined mapping in which
lcov-1.14/bin/lcov:1959:# execution counts are added.
lcov-1.14/bin/lcov-1960-#
##############################################
lcov-1.14/bin/geninfo-71-our $tool_dir		= abs_path(dirname($0));
lcov-1.14/bin/geninfo:72:our $lcov_version	= 'LCOV version '.`$tool_dir/get_version.sh --full`;
lcov-1.14/bin/geninfo-73-our $lcov_url		= "http://ltp.sourceforge.net/coverage/lcov.php";
##############################################
lcov-1.14/bin/geninfo-816-
lcov-1.14/bin/geninfo:817:		@file_list = `find "$directory" $maxdepth $follow -name \\*$ext -type f -o -name \\*$ext -type l 2>/dev/null`;
lcov-1.14/bin/geninfo-818-		chomp(@file_list);
##############################################
lcov-1.14/bin/geninfo-4356-{
lcov-1.14/bin/geninfo:4357:	my $help = `$gcov_tool --help`;
lcov-1.14/bin/geninfo-4358-	my %capabilities;
##############################################
lcov-1.14/debian/patches/gcc-9-support.patch-37--our $lcov_version	= "LCOV version 1.14";
lcov-1.14/debian/patches/gcc-9-support.patch:38:+our $lcov_version	= 'LCOV version '.`$tool_dir/get_version.sh --full`;
lcov-1.14/debian/patches/gcc-9-support.patch-39- our $lcov_url		= "http://ltp.sourceforge.net/coverage/lcov.php";
##############################################
lcov-1.14/.pc/handle-equals-signs.patch/bin/geninfo-783-
lcov-1.14/.pc/handle-equals-signs.patch/bin/geninfo:784:		@file_list = `find "$directory" $maxdepth $follow -name \\*$ext -type f -o -name \\*$ext -type l 2>/dev/null`;
lcov-1.14/.pc/handle-equals-signs.patch/bin/geninfo-785-		chomp(@file_list);
##############################################
lcov-1.14/.pc/handle-equals-signs.patch/bin/geninfo-3778-{
lcov-1.14/.pc/handle-equals-signs.patch/bin/geninfo:3779:	my $help = `$gcov_tool --help`;
lcov-1.14/.pc/handle-equals-signs.patch/bin/geninfo-3780-	my %capabilities;
##############################################
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/lcov-606-		     ($no_recursion?"\n":" and subdirectories\n"));
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/lcov:607:		@file_list = `find "$current_dir" $maxdepth $follow -name \\*\\.da -type f -o -name \\*\\.gcda -type f 2>/dev/null`;
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/lcov-608-		chomp(@file_list);
##############################################
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/lcov-901-
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/lcov:902:	system(@param) and exit($? >> 8);
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/lcov-903-}
##############################################
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/lcov-1061-	chdir($dir);
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/lcov:1062:	system("tar cfz $file .")
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/lcov-1063-		and die("ERROR: could not create package $file\n");
##############################################
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/lcov-1591-	my $hitcount;			# Count for lines hit
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/lcov:1592:	my $count;			# Execution count of current line
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/lcov-1593-	my $negative;			# If set, warn about negative counts
##############################################
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/lcov-1692-				}
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/lcov:1693:				# Execution count found, add to structure
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/lcov-1694-				# Add summary counts
##############################################
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/lcov-1956-# is a reference to a hash containing the combined mapping in which
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/lcov:1957:# execution counts are added.
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/lcov-1958-#
##############################################
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/geninfo-783-
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/geninfo:784:		@file_list = `find "$directory" $maxdepth $follow -name \\*$ext -type f -o -name \\*$ext -type l 2>/dev/null`;
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/geninfo-785-		chomp(@file_list);
##############################################
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/geninfo-3779-{
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/geninfo:3780:	my $help = `$gcov_tool --help`;
lcov-1.14/.pc/fix-undef-behaviour.patch/bin/geninfo-3781-	my %capabilities;
##############################################
lcov-1.14/.pc/gcc8.patch/bin/geninfo-784-
lcov-1.14/.pc/gcc8.patch/bin/geninfo:785:		@file_list = `find "$directory" $maxdepth $follow -name \\*$ext -type f -o -name \\*$ext -type l 2>/dev/null`;
lcov-1.14/.pc/gcc8.patch/bin/geninfo-786-		chomp(@file_list);
##############################################
lcov-1.14/.pc/gcc8.patch/bin/geninfo-3780-{
lcov-1.14/.pc/gcc8.patch/bin/geninfo:3781:	my $help = `$gcov_tool --help`;
lcov-1.14/.pc/gcc8.patch/bin/geninfo-3782-	my %capabilities;
##############################################
lcov-1.14/.pc/gcc-9-support.patch/bin/geninfo-784-
lcov-1.14/.pc/gcc-9-support.patch/bin/geninfo:785:		@file_list = `find "$directory" $maxdepth $follow -name \\*$ext -type f -o -name \\*$ext -type l 2>/dev/null`;
lcov-1.14/.pc/gcc-9-support.patch/bin/geninfo-786-		chomp(@file_list);
##############################################
lcov-1.14/.pc/gcc-9-support.patch/bin/geninfo-3787-{
lcov-1.14/.pc/gcc-9-support.patch/bin/geninfo:3788:	my $help = `$gcov_tool --help`;
lcov-1.14/.pc/gcc-9-support.patch/bin/geninfo-3789-	my %capabilities;