

# Metrics
<a name="API_Metrics"></a>

Information about the statistics from the code review.

## Contents
<a name="API_Metrics_Contents"></a>

 ** FindingsCount **   <a name="reviewer-Type-Metrics-FindingsCount"></a>
Total number of recommendations found in the code review.  
Type: Long  
Required: No

 ** MeteredLinesOfCodeCount **   <a name="reviewer-Type-Metrics-MeteredLinesOfCodeCount"></a>
 `MeteredLinesOfCodeCount` is the number of lines of code in the repository where the code review happened. This does not include non-code lines such as comments and blank lines.  
Type: Long  
Required: No

 ** SuppressedLinesOfCodeCount **   <a name="reviewer-Type-Metrics-SuppressedLinesOfCodeCount"></a>
 `SuppressedLinesOfCodeCount` is the number of lines of code in the repository where the code review happened that CodeGuru Reviewer did not analyze. The lines suppressed in the analysis is based on the `excludeFiles` variable in the `aws-codeguru-reviewer.yml` file. This number does not include non-code lines such as comments and blank lines.   
Type: Long  
Required: No

## See Also
<a name="API_Metrics_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/codeguru-reviewer-2019-09-19/Metrics) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/codeguru-reviewer-2019-09-19/Metrics) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/codeguru-reviewer-2019-09-19/Metrics) 