Home | History | Annotate | Download | only in bin

Lines Matching refs:Aborted

357     Aborted     => $4,
498 my $Aborted = 0;
507 $BlockAborted++ if $Row->{Aborted} eq 'yes';
509 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no';
515 my $PercentAborted = sprintf("%.2f", $Aborted / $TotalFunctions * 100);
525 . "$Aborted functions aborted early ($PercentAborted%)\n"
526 . "$BlockAborted had aborted blocks ($PercentBlockAborted%)\n"