AggregatedReport class
Comprehensive aggregated report.
Constructors
-
AggregatedReport({required ProjectMetrics projectMetrics, required RatingDistribution ratingDistribution, required List<
FunctionMetrics> violations, required List<FunctionMetrics> worstFunctions, required List<FileMetricsSummary> filesSummary, required MetricsThresholds thresholds}) -
const
Properties
-
filesSummary
→ List<
FileMetricsSummary> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasViolations → bool
-
Whether the project has any threshold violations.
no setter
- healthScore → double
-
Overall project health score (0-100).
no setter
- projectMetrics → ProjectMetrics
-
final
- ratingDistribution → RatingDistribution
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thresholds → MetricsThresholds
-
final
-
violations
→ List<
FunctionMetrics> -
final
-
worstFunctions
→ List<
FunctionMetrics> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited