thanks for the above code as it pointed me in the right direction but the above code did not work for me so i just added this instead,
<?php if ( $rating_html = $product->get_rating_html() ) { ?>
<?php echo $rating_html; ?>
<?php } else {
echo '<div class="star-rating" title="Rated 5.00 out of 5"></div>' ;
}?>