=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== liburi-find-perl-20160806/t/urifind/find.t-11-$urifind = '/usr/bin/urifind' if $ENV{ADTTMP}; liburi-find-perl-20160806/t/urifind/find.t:12:my @data = `$^X $urifind $ifile`; liburi-find-perl-20160806/t/urifind/find.t-13- ############################################## liburi-find-perl-20160806/t/urifind/find.t-17- liburi-find-perl-20160806/t/urifind/find.t:18:@data = `$^X $urifind $ifile -p`; liburi-find-perl-20160806/t/urifind/find.t-19-my $count = 0; ############################################## liburi-find-perl-20160806/t/urifind/find.t-23- liburi-find-perl-20160806/t/urifind/find.t:24:@data = `$^X $urifind -n $ifile /dev/null`; liburi-find-perl-20160806/t/urifind/find.t-25-is(@data, 13, "*Still* correct number of elements"); ############################################## liburi-find-perl-20160806/t/urifind/find.t-29- liburi-find-perl-20160806/t/urifind/find.t:30:@data = `$^X $urifind -S http $ifile`; liburi-find-perl-20160806/t/urifind/find.t-31-is(@data, 9, "Correct number of 'http' elements"); liburi-find-perl-20160806/t/urifind/find.t-32- liburi-find-perl-20160806/t/urifind/find.t:33:@data = `$^X $urifind -S mailto $ifile`; liburi-find-perl-20160806/t/urifind/find.t-34-is(@data, 4, "Correct number of 'mailto' elements"); liburi-find-perl-20160806/t/urifind/find.t-35- liburi-find-perl-20160806/t/urifind/find.t:36:@data = `$^X $urifind -S mailto -S http $ifile`; liburi-find-perl-20160806/t/urifind/find.t-37-is(@data, 13, "Correct number of ('http', 'mailto') elements"); liburi-find-perl-20160806/t/urifind/find.t-38- liburi-find-perl-20160806/t/urifind/find.t:39:@data = `$^X $urifind < $ifile`; liburi-find-perl-20160806/t/urifind/find.t-40-is(@data, 13, "Correct number elements when given data on STDIN"); liburi-find-perl-20160806/t/urifind/find.t-41- liburi-find-perl-20160806/t/urifind/find.t:42:@data = `$^X $urifind -S http -P \.org $ifile`; liburi-find-perl-20160806/t/urifind/find.t-43-is(@data, 8, "Correct number elements when invoked with -P \.org -S http"); liburi-find-perl-20160806/t/urifind/find.t-44- liburi-find-perl-20160806/t/urifind/find.t:45:@data = `$^X $urifind --schemeless $ifile`; liburi-find-perl-20160806/t/urifind/find.t-46-chomp @data; ############################################## liburi-find-perl-20160806/debian/patches/autopkgtest.patch-13-+$urifind = '/usr/bin/urifind' if $ENV{ADTTMP}; liburi-find-perl-20160806/debian/patches/autopkgtest.patch:14: my @data = `$^X $urifind $ifile`; liburi-find-perl-20160806/debian/patches/autopkgtest.patch-15- ############################################## liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t-10-my $urifind = File::Spec->catfile(qw(blib script urifind)); liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t:11:my @data = `$^X $urifind $ifile`; liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t-12- ############################################## liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t-16- liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t:17:@data = `$^X $urifind $ifile -p`; liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t-18-my $count = 0; ############################################## liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t-22- liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t:23:@data = `$^X $urifind -n $ifile /dev/null`; liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t-24-is(@data, 13, "*Still* correct number of elements"); ############################################## liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t-28- liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t:29:@data = `$^X $urifind -S http $ifile`; liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t-30-is(@data, 9, "Correct number of 'http' elements"); liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t-31- liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t:32:@data = `$^X $urifind -S mailto $ifile`; liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t-33-is(@data, 4, "Correct number of 'mailto' elements"); liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t-34- liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t:35:@data = `$^X $urifind -S mailto -S http $ifile`; liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t-36-is(@data, 13, "Correct number of ('http', 'mailto') elements"); liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t-37- liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t:38:@data = `$^X $urifind < $ifile`; liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t-39-is(@data, 13, "Correct number elements when given data on STDIN"); liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t-40- liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t:41:@data = `$^X $urifind -S http -P \.org $ifile`; liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t-42-is(@data, 8, "Correct number elements when invoked with -P \.org -S http"); liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t-43- liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t:44:@data = `$^X $urifind --schemeless $ifile`; liburi-find-perl-20160806/.pc/autopkgtest.patch/t/urifind/find.t-45-chomp @data;