| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | 7 | protected function hideOptions() |
|
| 8 | { |
||
| 9 | return [ |
||
| 10 | 7 | 'rating' => _x('Hide the rating', 'admin-text', 'site-reviews'), |
|
| 11 | 7 | 'stars' => _x('Hide the stars', 'admin-text', 'site-reviews'), |
|
| 12 | 7 | 'summary' => _x('Hide the summary', 'admin-text', 'site-reviews'), |
|
| 13 | 7 | 'bars' => _x('Hide the percentage bars', 'admin-text', 'site-reviews'), |
|
| 14 | 7 | 'if_empty' => _x('Hide if no reviews are found', 'admin-text', 'site-reviews'), |
|
| 15 | ]; |
||
| 18 |