()
| 262 | for report in reports { |
| 263 | match report { |
| 264 | Report::DoubleLock(doublelock) => match doublelock.possibility.as_str() { |
| 265 | "Probably" => doublelock_probably += 1, |
| 266 | "Possibly" => doublelock_possibly += 1, |
| 267 | _ => {} |
| 268 | }, |
| 269 | Report::ConflictLock(conflictlock) => match conflictlock.possibility.as_str() { |
nothing calls this directly
no outgoing calls
no test coverage detected