Home | History | Annotate | Download | only in Internals

Lines Matching refs:affected

577             foreach ("affected", "changed_constants") {
589 $STAT{$Comp}{"affected"} /= $STAT{$Comp}{"total"};
592 $STAT{$Comp}{"affected"} = 0;
594 $STAT{$Comp}{"affected"} = show_number($STAT{$Comp}{"affected"});
600 foreach ("removed", "added", "total", "affected", "verdict") {
801 my $Compatible = 100 - $TestResults{$LName}{"Binary"}{"affected"};
824 my $Compatible = 100 - $TestResults{$LName}{"Source"}{"affected"};