1
0
mirror of synced 2024-12-13 14:56:01 +03:00

changed text for files that are not tested

This commit is contained in:
meus 2007-10-14 19:47:15 +00:00
parent eb620ffc77
commit 6e020bef2a

View File

@ -102,7 +102,7 @@ class DoctrineTest_Coverage
if ( $info['type'] == "covered") {
echo '<td><a href="' , $class , '.html">', $class , '</a></td>';
} else {
echo '<td> not covered</td>';
echo '<td>not tested</td>';
}
echo '</tr>';
}