PEAR2_Pyrus_Developer › PEAR2_Pyrus_Developer-0.4.0/www/pear2.php.net/PEAR2_Pyrus_Developer/CoverageAnalyzer/templates/TestSummary.tpl.php
- PEAR2_Pyrus_Developer-0.4.0/
- customcommand/
- pear2.php.net/
- PEAR2_Pyrus_Developer/
- pear2.php.net/
- data/
- pear2.php.net/
- PEAR2_Pyrus_Developer/
- pear2.php.net/
- php/
- PEAR2/
- Autoload.php
- Exception.php
- MultiErrors/
- MultiErrors.php
- Pyrus/
- Developer/
- CoverageAnalyzer/
- Creator/
- PackageFile/
- Runphpt/
- Developer/
- PEAR2/
- www/
- pear2.php.net/
- PEAR2_Pyrus_Developer/
- pear2.php.net/
- customcommand/
- package.xml
1
2
3
4
5
6
7
8
9
10
11
<h2>Tests Executed, click for code coverage summary</h2>
<p>
<a href="/workspace/PEAR2/Pyrus_Developer/www/CoverageAnalyzer/">Aggregate Code Coverage for all tests</a>
</p>
<ul>
<?php foreach ($context as $test): ?>
<li>
<a href="<?php echo $parent->context->getTOClink($test); ?>"><?php echo str_replace($context->testpath . '/', '', $test); ?></a>
</li>
<?php endforeach; ?>
</ul>EOF
