(&self)
| 34 | } |
| 35 | |
| 36 | pub(super) fn reports(&self) -> Vec<VerificationReport> { |
| 37 | read_or_recover(&self.reports).clone() |
| 38 | } |
| 39 | |
| 40 | pub(super) fn summary(&self) -> VerificationSummary { |
| 41 | VerificationSummary::from_reports(&self.reports()) |
no test coverage detected