]> git.donarmstrong.com Git - bugscan.git/commitdiff
More nvi cleanup.
authorSteinar H. Gunderson <sesse@rietz>
Thu, 8 Mar 2007 23:51:02 +0000 (23:51 +0000)
committerSteinar H. Gunderson <sesse@rietz>
Thu, 8 Mar 2007 23:51:02 +0000 (23:51 +0000)
bugreport

index 3fceaac2cb64a1ef536117a23716f10ecc3b336b..dbe1bcf602e03c63d9c475092753177bb3f10515 100755 (executable)
--- a/bugreport
+++ b/bugreport
@@ -158,10 +158,7 @@ sub MakeStatistics() {
                        $patchtotal++ if ($scanlib::bugs{$nr} =~ m/^\[[^]]*\+/);
                        $ignoretotal++ if ($scanlib::bugs{$nr} =~ m/^\[[^]]*I/);
                        $nottestingtotal++ if ($scanlib::bugs{$nr} =~ m/ \[[^]]*X/);
-                       $worrytotal++ unless (
-                               $scanlib::bugs{$nr} =~ m/^\[[^]]*I/ or
-                               $scanlib::bugs{$nr} =~ m/ \[[^]]*X/ or
-                               ($scanlib::bugs{$nr} =~ m/ \[[^]]*[OSUE]/ and $scanlib::bugs{$nr} !~ m/ \[[^]]*T/));
+                       $worrytotal++ if (scanlib::check_worry($scanlib::bugs{$nr}));
 
                        if (not defined($scanlib::exclude{$nr})) {
                                $bugcount++;