| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 6 | 
| Code Lines | 5 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 40 |     public function begin_rule(Rule $rule) { | ||
| 41 |         $this->line("------------------------------------------------------------------------------"); | ||
| 42 | $this->line($rule->pprint()); | ||
| 43 |         $this->line("------------------------------------------------------------------------------"); | ||
| 44 | $this->line(); | ||
| 45 | } | ||
| 46 | |||
| 59 |