| 87 | } |
| 88 | |
| 89 | static QString getClassification(ReportType reportType, const QString& guideline) { |
| 90 | return QString::fromStdString(getClassification(guideline.toStdString(), reportType)); |
| 91 | } |
| 92 | |
| 93 | static Severity getSeverityFromClassification(const QString &c) { |
| 94 | if (c == checkers::Man) |
no outgoing calls
no test coverage detected