| Conditions | 3 | 
| Total Lines | 8 | 
| Code Lines | 8 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 7 | 
| CRAP Score | 3.0175 | 
| Changes | 0 | ||
| 1 | 1 | from .client import Client  | 
            |
| 6 | 1 | def _get_message(self):  | 
            |
| 7 | 1 |         MESSAGES = { | 
            |
| 8 | 'description': 'Client for visualization of SCAP rule evaluation results',  | 
            ||
| 9 | 'source_filename': 'ARF scan file',  | 
            ||
| 10 | }  | 
            ||
| 11 | 1 | return MESSAGES  | 
            |
| 12 | |||
| 13 | 1 | def create_dict_of_rule(self, rule_id):  | 
            |
| 14 | 1 | converter = Converter(self.xml_parser.get_oval_tree(rule_id))  | 
            |
| 27 |