// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
//! What a SARIF rendering left out, if anything.
/// What a SARIF rendering left out, if anything.
#[derive(Debug, Clone, PartialEq, Eq)]pubstructTruncation{/// How many findings there were.
////// Uncovered mutants are among them, not only survivors.
pubfound:usize,
/// How many the log contains.
pubwritten:usize,
}