<p>Report generated against revision <?phpecho$reporter->getRevision();?> current HEAD revision is <?phpecho$revision?>.</p>
<?php
if($revision!==$reporter->getRevision()){
echo"<p>This coverage report is outdated. Please generate a new one by executing the testrunner with the coverage flag</p>";
}
?>
<p>Default mode shows results sorted by percentage. This can be changed with GET variables:<br/><ul><li>order = covered|total|maybe|notcovered|percentage</li><li>desc=true</li></ul></p>