public function render(Varien_Object $row)
 {
     if (!($count = $row->getVoteCount())) {
         return '';
     }
     return sprintf('%s / %s', (int) $row->getHelpfulness(), $count);
 }