| Total Complexity | 0 |
| Total Lines | 7 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | 1 | class MissingOVALResult(Exception): |
|
| 2 | """Raised when OVAL results are missing in the report""" |
||
| 3 | |||
| 4 | |||
| 5 | 1 | class MissingProcessableRules(Exception): |
|
| 6 | """Raised when processable rules are missing in the report""" |
||
| 7 |