Home | History | Annotate | Download | only in scan-build

Lines Matching refs:Aborted

332     Aborted     => $4,
469 my $Aborted = 0;
478 $BlockAborted++ if $Row->{Aborted} eq 'yes';
480 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no';
486 my $PercentAborted = sprintf("%.2f", $Aborted / $TotalFunctions * 100);
496 . "$Aborted functions aborted early ($PercentAborted%)\n"
497 . "$BlockAborted had aborted blocks ($PercentBlockAborted%)\n"