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

Lines Matching refs:PercentBlocksUnreached

491   my $PercentBlocksUnreached = sprintf("%.2f", $UnreachedBlocks / $TotalBlocks
499 . "$UnreachedBlocks blocks were never reached ($PercentBlocksUnreached%)\n";